implemented shaking,

added a toggle fullscreen patch (doesn't work for me though)

svn-id: r3535
This commit is contained in:
Ludvig Strigeus 2001-12-28 15:26:28 +00:00
parent e756d78082
commit 0355b5df91
6 changed files with 131 additions and 26 deletions

View file

@ -397,7 +397,9 @@ void Scumm::saveOrLoad(Serializer *s) {
MKLINE(Scumm,_randSeed1,sleUint32),
MKLINE(Scumm,_randSeed2,sleUint32),
MKLINE(Scumm,_shakeMode,sleInt16),
/* XXX: next time the save game format changes,
* convert _shakeEnabled to boolean and add a _shakeFrame field */
MKLINE(Scumm,_shakeEnabled,sleInt16),
MKLINE(Scumm,_keepText,sleByte),