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:
James Brown 2002-05-14 18:14:16 +00:00
parent b5a8bb6b2a
commit a592de4333
8 changed files with 35 additions and 25 deletions

View file

@ -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;