mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-10 09:32:29 +01:00
Default-initialise _consoleCurrentLine
This commit is contained in:
committed by
GitHub
parent
3a341816bf
commit
478b787c79
@@ -16,7 +16,7 @@ namespace OpenRCT2 { namespace Ui
|
||||
sint32 _consoleLeft, _consoleTop, _consoleRight, _consoleBottom;
|
||||
sint32 _lastMainViewportX, _lastMainViewportY;
|
||||
std::deque<std::string> _consoleLines;
|
||||
utf8 _consoleCurrentLine[CONSOLE_INPUT_SIZE];
|
||||
utf8 _consoleCurrentLine[CONSOLE_INPUT_SIZE] = {};
|
||||
sint32 _consoleCaretTicks;
|
||||
sint32 _consoleScrollPos = 0;
|
||||
TextInputSession * _consoleTextInputSession;
|
||||
|
||||
Reference in New Issue
Block a user