From 33c6a6f46057748a30a143c9eb5dc1f86c813e32 Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Thu, 29 Mar 2007 21:03:32 +0000 Subject: Fixing curly bracket style svn-id: r26326 --- engines/gob/inter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engines/gob/inter.cpp') 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 -- cgit v1.2.3