aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v1.cpp')
-rw-r--r--engines/gob/inter_v1.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/gob/inter_v1.cpp b/engines/gob/inter_v1.cpp
index e9796c8380..9ab3f2a97e 100644
--- a/engines/gob/inter_v1.cpp
+++ b/engines/gob/inter_v1.cpp
@@ -1335,13 +1335,13 @@ bool Inter_v1::o1_keyFunc(char &cmdCount, int16 &counter, int16 &retFlag) {
int16 flag;
int16 key;
- // Gob2 busy-waits here, so add a delay
- _vm->_util->longDelay(1);
-
flag = load16();
animPalette();
_vm->_draw->blitInvalidated();
+ // Gob2 busy-waits here, so add a delay
+ _vm->_util->longDelay(1);
+
if (flag != 0) {
if (flag != 1) {