aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter.cpp
diff options
context:
space:
mode:
authorSven Hesse2007-03-29 21:03:32 +0000
committerSven Hesse2007-03-29 21:03:32 +0000
commit33c6a6f46057748a30a143c9eb5dc1f86c813e32 (patch)
tree01eead35d7201a07505d742bcdcffce4d14b23b0 /engines/gob/inter.cpp
parent57fc86381913bb2d4405d268207f4e0517af485a (diff)
downloadscummvm-rg350-33c6a6f46057748a30a143c9eb5dc1f86c813e32.tar.gz
scummvm-rg350-33c6a6f46057748a30a143c9eb5dc1f86c813e32.tar.bz2
scummvm-rg350-33c6a6f46057748a30a143c9eb5dc1f86c813e32.zip
Fixing curly bracket style
svn-id: r26326
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