summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/render/Console.h1
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