diff options
| author | Max Horn | 2005-04-26 13:33:17 +0000 | 
|---|---|---|
| committer | Max Horn | 2005-04-26 13:33:17 +0000 | 
| commit | c9cdee2d977133cc3371fa582675f4d84bddbd9f (patch) | |
| tree | f4b7024608138549b4216842e0a4ac542d8afb7b /scumm/cursor.cpp | |
| parent | 9421c2a9b9eea44dcc7ac8d7cc1170ebc20f0e45 (diff) | |
| download | scummvm-rg350-c9cdee2d977133cc3371fa582675f4d84bddbd9f.tar.gz scummvm-rg350-c9cdee2d977133cc3371fa582675f4d84bddbd9f.tar.bz2 scummvm-rg350-c9cdee2d977133cc3371fa582675f4d84bddbd9f.zip  | |
Removed the ugly saveOrLoadCursorImages hack and instead properly overload ScummEngine::saveOrLoad; did the same for the V7 IMuseDigital save/load code
svn-id: r17818
Diffstat (limited to 'scumm/cursor.cpp')
| -rw-r--r-- | scumm/cursor.cpp | 10 | 
1 files changed, 0 insertions, 10 deletions
diff --git a/scumm/cursor.cpp b/scumm/cursor.cpp index 441f677580..dd4cb23be3 100644 --- a/scumm/cursor.cpp +++ b/scumm/cursor.cpp @@ -494,14 +494,4 @@ void ScummEngine_v5::setBuiltinCursor(int idx) {  	updateCursor();  } -void ScummEngine_v5::saveOrLoadCursorImages(Serializer *s) { -	const SaveLoadEntry cursorEntries[] = { -		MKARRAY2(ScummEngine_v5, _cursorImages[0][0], sleUint16, 16, 4, (byte*)_cursorImages[1] - (byte*)_cursorImages[0], VER(44)), -		MKARRAY(ScummEngine_v5, _cursorHotspots[0], sleByte, 8, VER(44)), -		MKEND() -	}; - -	s->saveLoadEntries(this, cursorEntries); -} -  } // End of namespace Scumm  | 
