naming cleanups

This commit is contained in:
Glenn Maynard
2006-09-26 20:49:10 +00:00
parent b9a189711e
commit e531249704
10 changed files with 20 additions and 20 deletions
+2 -2
View File
@@ -53,9 +53,9 @@ const char *CodeNames[] = {
"CancelAllPlayerOptions",
"BackInEventMode",
};
XToString( Code, NUM_CODES );
XToString( Code, NUM_Code );
static CodeItem g_CodeItems[NUM_CODES];
static CodeItem g_CodeItems[NUM_Code];
bool CodeItem::EnteredCode( GameController controller ) const