diff options
Diffstat (limited to 'sky/intro.cpp')
| -rw-r--r-- | sky/intro.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sky/intro.cpp b/sky/intro.cpp index 267348360b..75b37c639c 100644 --- a/sky/intro.cpp +++ b/sky/intro.cpp @@ -793,7 +793,7 @@ bool Intro::floppyScrollFlirt(void) { } while (nrToDo == 255); } _system->copy_rect(scrollPos, GAME_SCREEN_WIDTH, 0, 0, GAME_SCREEN_WIDTH, GAME_SCREEN_HEIGHT); - _system->update_screen(); + _system->updateScreen(); if (!escDelay(40)) doContinue = false; } |
