Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3333
Modified Files:
items.cpp
Log Message:
fixed a comment ;)
Index: items.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/items.cpp,v
retrieving revision 1.364
retrieving revision 1.365
diff -C2 -d -r1.364 -r1.365
*** items.cpp 25 Jan 2004 18:48:15 -0000 1.364
--- items.cpp 26 Jan 2004 09:42:30 -0000 1.365
***************
*** 775,779 ****
pItem->setGateTime(currenttime + ( RandomNum( pItem->morex(), pItem->morey() ) * MY_CLOCKS_PER_SEC ));
! /*
// Chest spawner
--- 775,779 ----
pItem->setGateTime(currenttime + ( RandomNum( pItem->morex(), pItem->morey() ) * MY_CLOCKS_PER_SEC ));
! *//*
// Chest spawner
|