missing endlines

This commit is contained in:
Nikolay Korolev
2020-03-22 19:19:07 +03:00
parent c29a85a443
commit d1d123dc6a
5 changed files with 5 additions and 5 deletions

View File

@ -92,4 +92,4 @@ cprintf(char* format, ...)
va_copy(vl2, vl1);
vsprintf(s, format, vl1);
TheConsole.AddLine(s, 255, 255, 128);
}
}

View File

@ -22,4 +22,4 @@ public:
void Init() { m_nCurrentLine = 0; m_nLineCount = 0; }
};
extern CConsole &TheConsole;
extern CConsole &TheConsole;