(svn r21050) -Fix (r20515): ignore underscores as well for help messages
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user