SCI: Fix compilation when SCI32 is disabled
Thanks bSr43
This commit is contained in:
parent
665dd630c7
commit
22796e559f
2 changed files with 2 additions and 2 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue