mirror of
https://github.com/halpz/re3.git
synced 2025-06-26 20:46:21 +00:00
missing endlines
This commit is contained in:
@ -92,4 +92,4 @@ cprintf(char* format, ...)
|
||||
va_copy(vl2, vl1);
|
||||
vsprintf(s, format, vl1);
|
||||
TheConsole.AddLine(s, 255, 255, 128);
|
||||
}
|
||||
}
|
||||
|
@ -22,4 +22,4 @@ public:
|
||||
void Init() { m_nCurrentLine = 0; m_nLineCount = 0; }
|
||||
};
|
||||
|
||||
extern CConsole &TheConsole;
|
||||
extern CConsole &TheConsole;
|
||||
|
Reference in New Issue
Block a user