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:
@@ -41,7 +41,8 @@ const CString ELEMENT_CATEGORY_STRING[NUM_ELEMENT_CATEGORIES] =
|
||||
"Fonts",
|
||||
"Graphics",
|
||||
"Numbers",
|
||||
"Sounds"
|
||||
"Sounds",
|
||||
"Other"
|
||||
};
|
||||
|
||||
ThemeManager::ThemeManager()
|
||||
|
||||
Reference in New Issue
Block a user