From c29a85a443ae47f30507c7d4369a017333f75f11 Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Sun, 22 Mar 2020 18:48:16 +0300 Subject: console init --- src/render/Console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/render/Console.h b/src/render/Console.h index f66d63d5..0b5702f7 100644 --- a/src/render/Console.h +++ b/src/render/Console.h @@ -19,6 +19,7 @@ public: void AddLine(char *s, uint8 r, uint8 g, uint8 b); void AddOneLine(char *s, uint8 r, uint8 g, uint8 b); void Display(); + void Init() { m_nCurrentLine = 0; m_nLineCount = 0; } }; extern CConsole &TheConsole; \ No newline at end of file -- cgit v1.2.3