[wpdev-commits] wolfpack/python global.cpp,1.154,1.155
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-09 05:52:57
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2349/python Modified Files: global.cpp Log Message: Creature sounds are back! Index: global.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/global.cpp,v retrieving revision 1.154 retrieving revision 1.155 diff -C2 -d -r1.154 -r1.155 *** global.cpp 7 Sep 2004 03:21:49 -0000 1.154 --- global.cpp 9 Sep 2004 05:52:47 -0000 1.155 *************** *** 1765,1769 **** PyDict_SetItemString( dict, "basesound", PyInt_FromLong( basedef->basesound() ) ); PyDict_SetItemString( dict, "soundmode", PyInt_FromLong( basedef->soundmode() ) ); - PyDict_SetItemString( dict, "flags", PyInt_FromLong( basedef->flags() ) ); PyDict_SetItemString( dict, "figurine", PyInt_FromLong( basedef->figurine() ) ); PyDict_SetItemString( dict, "mindamage", PyInt_FromLong( basedef->minDamage() ) ); --- 1765,1768 ---- |