renamed more OSystem methods to follow our naming scheme; renamed NewGuiColor to OverlayColor; fixed some calls to error() in the SDL backend
svn-id: r13087
This commit is contained in:
parent
56102a1d02
commit
c6752cccf5
57 changed files with 401 additions and 392 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue