Create an "Other" category for ScreenHowToPlay steps.sm, and other

files that don't really go anywhere else.

Fix possible ELEMENT_CATEGORY_STRING null pointer dereference.
This commit is contained in:
Glenn Maynard
2003-09-11 23:21:33 +00:00
parent 6b84056a1c
commit f948027667
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ const CString ELEMENT_CATEGORY_STRING[NUM_ELEMENT_CATEGORIES] =
"Fonts",
"Graphics",
"Numbers",
"Sounds"
"Sounds",
"Other"
};
ThemeManager::ThemeManager()