diff options
author | Strangerke | 2014-09-29 00:35:09 +0200 |
---|---|---|
committer | Strangerke | 2014-09-29 00:35:09 +0200 |
commit | 1fe9038918d70da23e55231784afc6f99578e764 (patch) | |
tree | 9e79932bb9ca65987fb4a110f75982f3d10c77d7 /engines/cge2 | |
parent | 2ffd1699239a4da5c9793a8bb0ea77a8a473d7c4 (diff) | |
download | scummvm-rg350-1fe9038918d70da23e55231784afc6f99578e764.tar.gz scummvm-rg350-1fe9038918d70da23e55231784afc6f99578e764.tar.bz2 scummvm-rg350-1fe9038918d70da23e55231784afc6f99578e764.zip |
CGE2: Initialize a variable
Diffstat (limited to 'engines/cge2')
-rw-r--r-- | engines/cge2/cge2.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/cge2/cge2.cpp b/engines/cge2/cge2.cpp index 852b7afb22..37d87ba09c 100644 --- a/engines/cge2/cge2.cpp +++ b/engines/cge2/cge2.cpp @@ -76,6 +76,7 @@ CGE2Engine::CGE2Engine(OSystem *syst, const ADGameDescription *gameDescription) _vol[i] = nullptr; _eventManager = nullptr; _map = nullptr; + _console = nullptr; _quitFlag = false; _bitmapPalette = nullptr; _gamePhase = kPhaseIntro; |