(svn r21050) -Fix (r20515): ignore underscores as well for help messages

This commit is contained in:
rubidium
2010-10-27 20:52:43 +00:00
parent 6e9bafa54a
commit c311f18ba4
2 changed files with 2 additions and 0 deletions

View File

@@ -83,5 +83,6 @@ bool GetArgumentInteger(uint32 *value, const char *arg);
void IConsoleGUIInit();
void IConsoleGUIFree();
void IConsoleGUIPrint(ConsoleColour colour_code, char *string);
char *RemoveUnderscores(char *name);
#endif /* CONSOLE_INTERNAL_H */