Skip to content

Commit

Permalink
SCI32: Add comment about SQ6's option plane
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Kiewitz committed Feb 21, 2016
1 parent 3e4efdb commit 210a6b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions engines/sci/graphics/frameout.cpp
Expand Up @@ -162,6 +162,7 @@ void GfxFrameout::clear() {
// This is what Game::restore does, only needed when our ScummVM dialogs are patched in
// It actually does one pass before actual restore deleting screen items + planes
// And after restore it does another pass adding screen items + planes.
// Attention: at least Space Quest 6's option plane seems to stay in memory right from the start and is not re-created.
void GfxFrameout::syncWithScripts(bool addElements) {
EngineState *engineState = g_sci->getEngineState();
SegManager *segMan = engineState->_segMan;
Expand Down

0 comments on commit 210a6b1

Please sign in to comment.