diff options
author | Gregory Montoir | 2003-10-21 17:32:51 +0000 |
---|---|---|
committer | Gregory Montoir | 2003-10-21 17:32:51 +0000 |
commit | 963d336da5ec5102c51316e9a2fab0affce53202 (patch) | |
tree | 71d9f80a81f027f4b237277ce9b534bf621a72f1 | |
parent | 3bd08fd48280506bb0a1ccc9ac960cf5f262cf93 (diff) | |
download | scummvm-rg350-963d336da5ec5102c51316e9a2fab0affce53202.tar.gz scummvm-rg350-963d336da5ec5102c51316e9a2fab0affce53202.tar.bz2 scummvm-rg350-963d336da5ec5102c51316e9a2fab0affce53202.zip |
(better ?) scrolling timing
svn-id: r10937
-rw-r--r-- | queen/display.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/queen/display.cpp b/queen/display.cpp index a08ed60ee2..6643f3bd4a 100644 --- a/queen/display.cpp +++ b/queen/display.cpp @@ -653,6 +653,7 @@ void Display::update(bool dynalum, int dynaX, int dynaY) { } _system->copy_rect(_buffers[RB_SCREEN], _bufPitch[RB_SCREEN], 0, 0, SCREEN_W, SCREEN_H); _system->update_screen(); + waitForTimer(); } @@ -1024,7 +1025,7 @@ const uint8 Display::PAL_JOE_CLOTHES[] = { const uint8 Display::PAL_JOE_DRESS[] = { - 0x00, 0x00, 0x00, 0x50, 0x50, 0x50, 0x70, 0x70, 0x70, + 0x00, 0x00, 0x00, 0x50, 0x50, 0x50, 0x70, 0x70, 0x70, 0x90, 0x90, 0x90, 0xC6, 0xC6, 0xC6, 0xFF, 0xFF, 0xFF, 0x30, 0x30, 0x90, 0x47, 0x49, 0xD0, 0x40, 0x24, 0x00, 0x79, 0x34, 0x0B, 0xB2, 0x3D, 0x22, 0xED, 0x42, 0x42, |