[wpdev-commits] wolfpack/python global.cpp,1.164,1.165
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-15 00:53:20
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27943/python Modified Files: global.cpp Log Message: Mounting updates. Index: global.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/global.cpp,v retrieving revision 1.164 retrieving revision 1.165 diff -C2 -d -r1.164 -r1.165 *** global.cpp 13 Oct 2004 14:45:20 -0000 1.164 --- global.cpp 15 Oct 2004 00:53:11 -0000 1.165 *************** *** 1749,1752 **** --- 1749,1753 ---- - type - body + - mountid </code> \description Retrieve information about a given character body. *************** *** 1766,1769 **** --- 1767,1771 ---- PyDict_SetItemString( dict, "body", PyInt_FromLong( info.body ) ); PyDict_SetItemString( dict, "figurine", PyInt_FromLong( info.figurine ) ); + PyDict_SetItemString( dict, "mountid", PyInt_FromLong( info.mountid ) ); PyDict_SetItemString( dict, "flags", PyInt_FromLong( info.flags ) ); PyDict_SetItemString( dict, "soundmode", PyInt_FromLong( info.soundmode ) ); |