(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 b68d37f2aa
commit 80591d73c1
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 */