Another buildfix

This commit is contained in:
Henrik Rydgard 2017-03-18 11:38:25 +01:00
parent 7c0761ef15
commit 961157551a

View File

@ -610,7 +610,7 @@ void ConsoleListener::Log(const LogMessage &msg) {
if (bUseColor)
{
strcpy(ResetAttr, "\033[0m");
switch (msg.Level)
switch (msg.level)
{
case NOTICE_LEVEL: // light green
strcpy(ColorAttr, "\033[92m");