diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-22 16:48:16 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-03-22 16:48:16 +0100 |
commit | c29a85a443ae47f30507c7d4369a017333f75f11 (patch) | |
tree | 68fdf6e627c47e24fcda0a37fc44002b452ad0a3 | |
parent | merge with master (diff) | |
download | re3-c29a85a443ae47f30507c7d4369a017333f75f11.tar re3-c29a85a443ae47f30507c7d4369a017333f75f11.tar.gz re3-c29a85a443ae47f30507c7d4369a017333f75f11.tar.bz2 re3-c29a85a443ae47f30507c7d4369a017333f75f11.tar.lz re3-c29a85a443ae47f30507c7d4369a017333f75f11.tar.xz re3-c29a85a443ae47f30507c7d4369a017333f75f11.tar.zst re3-c29a85a443ae47f30507c7d4369a017333f75f11.zip |
-rw-r--r-- | src/render/Console.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |