GRAPHICS: MACGUI: added initialization of engine ptr

This commit is contained in:
Andrei Prykhodko 2018-07-20 21:49:21 +03:00
parent 848b5a5ff5
commit 8a27ac879e

View File

@ -158,6 +158,7 @@ MacWindowManager::MacWindowManager() {
_menuDelay = 0;
_menuTimerActive = false;
_engine = nullptr;
_pauseEngineCallback = nullptr;
_colorBlack = 0;