[wpdev-commits] wolfpack/python pycoord.cpp,1.19,1.20
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-03 16:55:29
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22179/python Modified Files: pycoord.cpp Log Message: Fix for bug #0000268 Index: pycoord.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/pycoord.cpp,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** pycoord.cpp 22 Aug 2004 02:29:52 -0000 1.19 --- pycoord.cpp 3 Sep 2004 16:55:17 -0000 1.20 *************** *** 149,153 **** \return A boolean value. \description This method returns true if this coordinate is a valid spawn spot for a monster, character or item. ! Otherwise it returns false. */ static PyObject* wpCoord_validspawnspot( wpCoord* self, PyObject* args ) --- 149,154 ---- \return A boolean value. \description This method returns true if this coordinate is a valid spawn spot for a monster, character or item. ! Otherwise it returns false. This method will also set the z component of the coordinate to the nearest ! item top a land creature can stand on. */ static PyObject* wpCoord_validspawnspot( wpCoord* self, PyObject* args ) |