From b4f1960318e3e0460e4fa00bb74d75ffda9f4e79 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Thu, 24 Sep 2009 17:52:53 +0000 Subject: Reverted parts of revisions #44298, #44299 and #44300, to prevent warnings and issues in compilers which don't support NORETURN svn-id: r44314 --- engines/sword2/interpreter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/sword2') diff --git a/engines/sword2/interpreter.cpp b/engines/sword2/interpreter.cpp index b48e92acb6..0500fb027e 100644 --- a/engines/sword2/interpreter.cpp +++ b/engines/sword2/interpreter.cpp @@ -754,7 +754,7 @@ int Logic::runScript2(byte *scriptData, byte *objectData, byte *offsetPtr) { break; default: error("Invalid script command %d", curCommand); - //return 3; + return 3; // for compilers that don't support NORETURN } } -- cgit v1.2.3