[wpdev-commits] wolfpack player.cpp,1.142,1.143
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-11-04 23:12:57
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7123 Modified Files: player.cpp Log Message: Fix Index: player.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/player.cpp,v retrieving revision 1.142 retrieving revision 1.143 diff -C2 -d -r1.142 -r1.143 *** player.cpp 3 Nov 2004 14:45:47 -0000 1.142 --- player.cpp 4 Nov 2004 23:12:45 -0000 1.143 *************** *** 425,429 **** pMount->setWanderType( enHalt ); pMount->setStablemasterSerial( INVALID_SERIAL ); ! pMount->moveTo( pos() ); pMount->setDirection( direction_ ); pMount->resend( false ); --- 425,429 ---- pMount->setWanderType( enHalt ); pMount->setStablemasterSerial( INVALID_SERIAL ); ! pMount->moveTo( pos(), true ); pMount->setDirection( direction_ ); pMount->resend( false ); |