aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter.cpp')
-rw-r--r--engines/gob/inter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/inter.cpp b/engines/gob/inter.cpp
index b0b800b25f..128ea3f465 100644
--- a/engines/gob/inter.cpp
+++ b/engines/gob/inter.cpp
@@ -220,8 +220,8 @@ void Inter::funcBlock(int16 retFlag) {
(startaddr == 0x0B92 && addr == 0x0C93 && // Castle
!strncmp(_vm->_game->_curTotFile, "avt019.tot", 10)) ||
(startaddr == 0x17D9 && addr == 0x18DA && // Finale
- !strncmp(_vm->_game->_curTotFile, "avt022.tot", 10)))
- {
+ !strncmp(_vm->_game->_curTotFile, "avt022.tot", 10))) {
+
_vm->_util->longDelay(5000);
}
} // End of workaround