Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24829
Modified Files:
items.cpp
Log Message:
a fix for the fix
Index: items.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/items.cpp,v
retrieving revision 1.443
retrieving revision 1.444
diff -C2 -d -r1.443 -r1.444
*** items.cpp 29 Aug 2004 16:32:50 -0000 1.443
--- items.cpp 29 Aug 2004 16:44:39 -0000 1.444
***************
*** 384,388 ****
priv_ = reader.readByte();
basedef_ = ItemBaseDefs::instance()->get( reader.readAscii() );
! totalweight_ = weight();
// Add to container and handle weight
--- 384,388 ----
priv_ = reader.readByte();
basedef_ = ItemBaseDefs::instance()->get( reader.readAscii() );
! totalweight_ = amount_ * weight();
// Add to container and handle weight
|