[wpdev-commits] wolfpack walking.cpp,1.146,1.147
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-07 22:23:26
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30344 Modified Files: walking.cpp Log Message: Fixes Index: walking.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/walking.cpp,v retrieving revision 1.146 retrieving revision 1.147 diff -C2 -d -r1.146 -r1.147 *** walking.cpp 7 Sep 2004 03:21:47 -0000 1.146 --- walking.cpp 7 Sep 2004 22:23:14 -0000 1.147 *************** *** 522,527 **** { P_NPC npc = dynamic_cast<P_NPC>( pChar ); ! if ( npc ) ! { npc->clearPath(); } --- 522,526 ---- { P_NPC npc = dynamic_cast<P_NPC>( pChar ); ! if ( npc ) { npc->clearPath(); } |