(svn r21707) -Fix [FS#4371]: bit too strict assertion on validness of console colours

This commit is contained in:
rubidium
2011-01-03 20:54:20 +00:00
parent e1a6485c22
commit 830f334410
3 changed files with 23 additions and 6 deletions

View File

@@ -32,4 +32,6 @@ void IConsoleError(const char *string);
/* Parser */
void IConsoleCmdExec(const char *cmdstr);
bool IsValidConsoleColour(TextColour c);
#endif /* CONSOLE_FUNC_H */