Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1:/tmp/cvs-serv27541
Modified Files:
uobject.cpp
Log Message:
fixed red npc, wrong backpacks etc
Index: uobject.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/uobject.cpp,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -d -r1.119 -r1.120
*** uobject.cpp 26 Nov 2003 03:53:53 -0000 1.119
--- uobject.cpp 17 Dec 2003 12:10:58 -0000 1.120
***************
*** 463,467 ****
{
cVariant variant( Value );
! //setProperty( TagName, variant );
}
}
--- 463,467 ----
{
cVariant variant( Value );
! setProperty( TagName, variant );
}
}
|