[wpdev-commits] wolfpack timing.cpp,1.19,1.20
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-15 16:29:23
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1497 Modified Files: timing.cpp Log Message: hunger fix for pets Index: timing.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/timing.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** timing.cpp 14 Oct 2004 02:02:28 -0000 1.19 --- timing.cpp 15 Oct 2004 16:29:07 -0000 1.20 *************** *** 444,448 **** } ! npc->setHungerTime( time + Config::instance()->hungerRate() * MY_CLOCKS_PER_SEC ); switch ( npc->hunger() ) --- 444,448 ---- } ! npc->setHungerTime( time + Config::instance()->hungerRate() * 60 * MY_CLOCKS_PER_SEC ); switch ( npc->hunger() ) |