[wpdev-commits] wolfpack/ai ai_monsters.cpp,1.21,1.22
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-17 20:40:33
|
Update of /cvsroot/wpdev/wolfpack/ai In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18083/ai Modified Files: ai_monsters.cpp Log Message: Removed debugging code. Index: ai_monsters.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/ai/ai_monsters.cpp,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** ai_monsters.cpp 10 Sep 2004 04:06:27 -0000 1.21 --- ai_monsters.cpp 17 Sep 2004 20:40:23 -0000 1.22 *************** *** 70,74 **** } ! if (!npc->lineOfSight(victim, true)) { return false; } --- 70,74 ---- } ! if (!npc->lineOfSight(victim)) { return false; } |