[wpdev-commits] xmlscripts/scripts/wolfpack consts.py,1.77,1.78
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-09-13 15:44:54
|
Update of /cvsroot/wpdev/xmlscripts/scripts/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13339/wolfpack Modified Files: consts.py Log Message: reverted changes to the text format Index: consts.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/wolfpack/consts.py,v retrieving revision 1.77 retrieving revision 1.78 diff -C2 -d -r1.77 -r1.78 *** consts.py 7 Sep 2004 20:09:53 -0000 1.77 --- consts.py 13 Sep 2004 15:44:44 -0000 1.78 *************** *** 792,793 **** --- 792,799 ---- SYSLOCALE = LOCALE_EN + # Constants for body types + BODY_UNKNOWN = 0 + BODY_MONSTER = 1 + BODY_SEA = 2 + BODY_ANIMAL = 3 + BODY_HUMAN = 4 |