Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9978
Modified Files:
customtags.cpp
Log Message:
fixes for python gumps and tags
Index: customtags.cpp
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/customtags.cpp,v
retrieving revision 1.48
retrieving revision 1.49
diff -C2 -d -r1.48 -r1.49
*** customtags.cpp 19 Jun 2004 02:06:51 -0000 1.48
--- customtags.cpp 5 Jul 2004 12:52:58 -0000 1.49
***************
*** 274,281 ****
}
! static const int ntypes = 7;
static const char* const type_map[ntypes] =
{
! 0, "String", "Int", "Double", "BaseChar", "Item", "Coord"
};
--- 274,281 ----
}
! static const int ntypes = 8;
static const char* const type_map[ntypes] =
{
! 0, "String", "Int", "Long", "Double", "BaseChar", "Item", "Coord"
};
|