[wpdev-commits] wolfpack wolfpack.pro,1.168,1.169
Brought to you by:
rip,
thiagocorrea
|
From: <as...@us...> - 2004-01-22 05:53:55
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv17870 Modified Files: wolfpack.pro Log Message: fixed that ai-thingie ;) Index: wolfpack.pro =================================================================== RCS file: /cvsroot/wpdev/wolfpack/wolfpack.pro,v retrieving revision 1.168 retrieving revision 1.169 diff -C2 -d -r1.168 -r1.169 *** wolfpack.pro 22 Jan 2004 05:48:50 -0000 1.168 --- wolfpack.pro 22 Jan 2004 05:53:51 -0000 1.169 *************** *** 174,181 **** SOURCES = \ accounts.cpp \ - ai/ai.cpp \ - ai/ai_animals.cpp \ - ai/ai_humans.cpp \ - ai/ai_monsters.cpp \ basechar.cpp \ basedef.cpp \ --- 174,177 ---- *************** *** 253,256 **** --- 249,260 ---- network/uotxpackets.cpp + # AI Module + HEADERS += ai/ai.h + + SOURCES += ai/ai.cpp \ + ai/ai_animals.cpp \ + ai/ai_humans.cpp \ + ai/ai_monsters.cpp + # Python Module SOURCES += python/char.cpp \ |