diff options
author | Filippos Karapetis | 2009-10-30 18:32:55 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-10-30 18:32:55 +0000 |
commit | 9e78f4693c0e2d270a17d18eba7cdbc1165f88b7 (patch) | |
tree | d8898ed8bc40b66148168248a5a960025d5f0763 /engines/sci/gui | |
parent | e87808d89b4af208504a75809e5fa91fd61a367b (diff) | |
download | scummvm-rg350-9e78f4693c0e2d270a17d18eba7cdbc1165f88b7.tar.gz scummvm-rg350-9e78f4693c0e2d270a17d18eba7cdbc1165f88b7.tar.bz2 scummvm-rg350-9e78f4693c0e2d270a17d18eba7cdbc1165f88b7.zip |
Fixed a crash in the old graphics code from commit #45542
svn-id: r45544
Diffstat (limited to 'engines/sci/gui')
-rw-r--r-- | engines/sci/gui/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/gui/gui.h b/engines/sci/gui/gui.h index 26010e9d67..29d090c987 100644 --- a/engines/sci/gui/gui.h +++ b/engines/sci/gui/gui.h @@ -144,13 +144,13 @@ protected: EngineState *_s; SciGuiScreen *_screen; SciGuiPalette *_palette; + SciGuiGfx *_gfx; private: virtual void initPriorityBands(); virtual void animateShowPic(); virtual void addToPicSetPicNotValid(); - SciGuiGfx *_gfx; SciGuiWindowMgr *_windowMgr; SciGuiAnimate *_animate; SciGuiControls *_controls; |