SCI: adding more debug output to kPalVary, fixing loading savedgames (_gfxPaint wasnt copied over)
svn-id: r47943
This commit is contained in:
parent
6d69960704
commit
67870c7dc8
2 changed files with 6 additions and 1 deletions
|
@ -950,6 +950,7 @@ void gamestate_restore(EngineState *s, Common::SeekableReadStream *fh) {
|
|||
retval->_gfxCoordAdjuster = s->_gfxCoordAdjuster;
|
||||
retval->_gfxCursor = s->_gfxCursor;
|
||||
retval->_gfxMenu = s->_gfxMenu;
|
||||
retval->_gfxPaint = s->_gfxPaint;
|
||||
retval->_gfxPaint16 = s->_gfxPaint16;
|
||||
retval->_gfxPalette = s->_gfxPalette;
|
||||
retval->_gfxPorts = s->_gfxPorts;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue