SCI: Fix compilation when SCI32 is disabled

Thanks bSr43
This commit is contained in:
Willem Jan Palenstijn 2016-01-10 12:38:10 +01:00
parent 665dd630c7
commit 22796e559f
2 changed files with 2 additions and 2 deletions

View file

@ -619,7 +619,6 @@ void SciEngine::initGraphics() {
_gfxPaint = 0;
_gfxPaint16 = 0;
_gfxPalette16 = 0;
_gfxPalette32 = 0;
_gfxPorts = 0;
_gfxText16 = 0;
_gfxTransitions = 0;
@ -629,6 +628,7 @@ void SciEngine::initGraphics() {
_robotDecoder = 0;
_gfxFrameout = 0;
_gfxPaint32 = 0;
_gfxPalette32 = 0;
#endif
if (hasMacIconBar())