[wpdev-commits] wolfpack/python global.cpp,1.165,1.166
Brought to you by:
rip,
thiagocorrea
|
From: Sebastian H. <dar...@us...> - 2004-10-15 14:38:51
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6361/python Modified Files: global.cpp Log Message: sound update Index: global.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/global.cpp,v retrieving revision 1.165 retrieving revision 1.166 diff -C2 -d -r1.165 -r1.166 *** global.cpp 15 Oct 2004 00:53:11 -0000 1.165 --- global.cpp 15 Oct 2004 14:38:23 -0000 1.166 *************** *** 1744,1748 **** \return A dictionary with the following keys:<code> - basesound - - soundmode - flags - figurine --- 1744,1747 ---- *************** *** 1769,1773 **** PyDict_SetItemString( dict, "mountid", PyInt_FromLong( info.mountid ) ); PyDict_SetItemString( dict, "flags", PyInt_FromLong( info.flags ) ); - PyDict_SetItemString( dict, "soundmode", PyInt_FromLong( info.soundmode ) ); PyDict_SetItemString( dict, "type", PyInt_FromLong( info.type ) ); return dict; --- 1768,1771 ---- |