diff options
Diffstat (limited to 'engines/saga/introproc_ihnm.cpp')
| -rw-r--r-- | engines/saga/introproc_ihnm.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/saga/introproc_ihnm.cpp b/engines/saga/introproc_ihnm.cpp index 685cc5a961..3ce77d945f 100644 --- a/engines/saga/introproc_ihnm.cpp +++ b/engines/saga/introproc_ihnm.cpp @@ -169,7 +169,6 @@ bool Scene::checkKey() { bool Scene::playTitle(int title, int time, int mode) { bool interrupted = false; - Surface *backBufferSurface; int startTime = _vm->_system->getMillis(); int frameTime = 0; int curTime; @@ -179,8 +178,7 @@ bool Scene::playTitle(int title, int time, int mode) { bool playParameter = true; static PalEntry cur_pal[PAL_ENTRIES]; static PalEntry pal_cut[PAL_ENTRIES]; - - backBufferSurface = _vm->_render->getBackGroundSurface(); + Surface *backBufferSurface = _vm->_render->getBackGroundSurface(); // Load the cutaway |
