From 70dfe93ed707a5d1cb9dc45257cc51c7e4228b8f Mon Sep 17 00:00:00 2001 From: Sven Hesse Date: Sun, 8 Jan 2006 20:03:20 +0000 Subject: Added a dummy table for which music to play in Gobliiins Mac; some code formating issues svn-id: r19951 --- gob/inter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gob/inter.cpp') diff --git a/gob/inter.cpp b/gob/inter.cpp index 31b61697f3..3a5c94d585 100644 --- a/gob/inter.cpp +++ b/gob/inter.cpp @@ -154,10 +154,10 @@ void Inter::funcBlock(int16 retFlag) { // debug(4, "funcBlock(%d, %d)", cmd2, cmd); - if(cmd2 == 0) + if (cmd2 == 0) cmd >>= 4; - if(executeFuncOpcode(cmd2, cmd, cmdCount, counter, retFlag)) + if (executeFuncOpcode(cmd2, cmd, cmdCount, counter, retFlag)) return; if (_breakFlag) { -- cgit v1.2.3