[wpdev-commits] wolfpack/ai ai.cpp,1.40,1.41
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-26 18:37:43
|
Update of /cvsroot/wpdev/wolfpack/ai In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32416/ai Modified Files: ai.cpp Log Message: Implemented a make ascii funciton that converts german umlauts into their 7bit representation for the ascii only packets (paperdoll, status) Index: ai.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ai/ai.cpp,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** ai.cpp 16 Oct 2004 18:19:40 -0000 1.40 --- ai.cpp 26 Oct 2004 18:37:33 -0000 1.41 *************** *** 606,609 **** --- 606,610 ---- } + // Change our current heading first. if (m_npc->direction() != dir) { Movement::instance()->Walking( m_npc, dir, 0xFF ); |