removed obsolete
svn-id: r8095
This commit is contained in:
parent
b07927da3d
commit
89a6ebb867
3 changed files with 1 additions and 7 deletions
|
@ -120,11 +120,6 @@ public:
|
||||||
ScummVM::Rect _mask;
|
ScummVM::Rect _mask;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
byte *_readPtr;
|
|
||||||
|
|
||||||
bool _useOrDecompress;
|
|
||||||
byte _cursorActive;
|
|
||||||
|
|
||||||
byte _palette_mod;
|
byte _palette_mod;
|
||||||
byte _decomp_shr, _decomp_mask;
|
byte _decomp_shr, _decomp_mask;
|
||||||
byte _transparentColor;
|
byte _transparentColor;
|
||||||
|
|
|
@ -374,7 +374,7 @@ void Scumm::saveOrLoad(Serializer *s, uint32 savegameVersion) {
|
||||||
MKLINE(Scumm, _userPut, sleByte, VER_V8),
|
MKLINE(Scumm, _userPut, sleByte, VER_V8),
|
||||||
MKLINE(Scumm, _userState, sleUint16, VER_V17),
|
MKLINE(Scumm, _userState, sleUint16, VER_V17),
|
||||||
MKLINE(Scumm, _cursor.state, sleByte, VER_V8),
|
MKLINE(Scumm, _cursor.state, sleByte, VER_V8),
|
||||||
MKLINE(Scumm, gdi._cursorActive, sleByte, VER_V8),
|
MK_OBSOLETE(Scumm, gdi._cursorActive, sleByte, VER_V8, VER_V20),
|
||||||
MKLINE(Scumm, _currentCursor, sleByte, VER_V8),
|
MKLINE(Scumm, _currentCursor, sleByte, VER_V8),
|
||||||
MKARRAY(Scumm, _grabbedCursor[0], sleByte, 8192, VER_V20),
|
MKARRAY(Scumm, _grabbedCursor[0], sleByte, 8192, VER_V20),
|
||||||
MKLINE(Scumm, _cursor.width, sleInt16, VER_V20),
|
MKLINE(Scumm, _cursor.width, sleInt16, VER_V20),
|
||||||
|
|
|
@ -1020,7 +1020,6 @@ load_game:
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_currentRoom == 0) {
|
if (_currentRoom == 0) {
|
||||||
gdi._cursorActive = 0;
|
|
||||||
CHARSET_1();
|
CHARSET_1();
|
||||||
drawDirtyScreenParts();
|
drawDirtyScreenParts();
|
||||||
_sound->processSoundQues();
|
_sound->processSoundQues();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue