1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Default in-game console to closed

This commit is contained in:
Michał Janiszewski
2018-03-20 23:49:31 +01:00
committed by Ted John
parent ee8d72ea8d
commit 8624a1d28a

View File

@@ -12,7 +12,7 @@ namespace OpenRCT2 { namespace Ui
static constexpr sint32 CONSOLE_EDGE_PADDING = 4;
static constexpr sint32 CONSOLE_CARET_WIDTH = 6;
bool _isOpen;
bool _isOpen = false;
sint32 _consoleLeft, _consoleTop, _consoleRight, _consoleBottom;
sint32 _lastMainViewportX, _lastMainViewportY;
std::deque<std::string> _consoleLines;