Remove SCUMM dependancies from SDL.C - This fixes a regular crash in Simon due to the autosaver.
This changes the OSystem interface. Porters beware. svn-id: r4318
This commit is contained in:
parent
b5a8bb6b2a
commit
a592de4333
8 changed files with 35 additions and 25 deletions
3
scumm.h
3
scumm.h
|
@ -1140,7 +1140,8 @@ public:
|
|||
uint32 _CLUT_offs, _EPAL_offs;
|
||||
uint32 _IM00_offs, _PALS_offs;
|
||||
|
||||
bool _fullScreen, _fullRedraw, _BgNeedsRedraw, _shakeEnabled;
|
||||
//ender: fullscreen
|
||||
bool _fullRedraw, _BgNeedsRedraw, _shakeEnabled;
|
||||
bool _screenEffectFlag, _completeScreenRedraw;
|
||||
|
||||
int _cursorHotspotX, _cursorHotspotY, _cursorWidth, _cursorHeight;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue