[wpdev-commits] wolfpack basechar.cpp,1.175,1.176
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-11-05 00:53:05
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30268 Modified Files: basechar.cpp Log Message: Index: basechar.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/basechar.cpp,v retrieving revision 1.175 retrieving revision 1.176 diff -C2 -d -r1.175 -r1.176 *** basechar.cpp 3 Nov 2004 19:04:30 -0000 1.175 --- basechar.cpp 5 Nov 2004 00:52:43 -0000 1.176 *************** *** 2386,2390 **** blood->setColor(bloodColor); blood->setNoDecay( false ); // Override the nodecay tag in the definitions ! blood->moveTo( pos_ ); // Move it to the feet of the victim blood->update(); // Send it to all sockets in range } --- 2386,2390 ---- blood->setColor(bloodColor); blood->setNoDecay( false ); // Override the nodecay tag in the definitions ! blood->moveTo( pos_, true ); // Move it to the feet of the victim blood->update(); // Send it to all sockets in range } |