GameController enum cleanup

This commit is contained in:
Chris Danford
2009-03-22 20:14:56 +00:00
parent a4dd16da5a
commit bb17b6ff29
7 changed files with 14 additions and 14 deletions
+2 -2
View File
@@ -7,8 +7,8 @@
static const char *GameControllerNames[] = {
"Controller1",
"Controller2",
"1",
"2",
};
XToString( GameController );
StringToX( GameController );