aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel/anim.cpp
diff options
context:
space:
mode:
authorFilippos Karapetis2009-09-24 17:24:42 +0000
committerFilippos Karapetis2009-09-24 17:24:42 +0000
commita983c88e37196d56a70125a19bb7fc84cbd84fee (patch)
treeee683134390d07cc9094146eab0e92e5182a6f08 /engines/tinsel/anim.cpp
parent5028d5a68bba66d3b66df6c4acef3f01356cf049 (diff)
downloadscummvm-rg350-a983c88e37196d56a70125a19bb7fc84cbd84fee.tar.gz
scummvm-rg350-a983c88e37196d56a70125a19bb7fc84cbd84fee.tar.bz2
scummvm-rg350-a983c88e37196d56a70125a19bb7fc84cbd84fee.zip
Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent warnings and issues in compilers which don't support NORETURN
svn-id: r44312
Diffstat (limited to 'engines/tinsel/anim.cpp')
-rw-r--r--engines/tinsel/anim.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tinsel/anim.cpp b/engines/tinsel/anim.cpp
index 897b436d20..1ae419e51b 100644
--- a/engines/tinsel/anim.cpp
+++ b/engines/tinsel/anim.cpp
@@ -168,6 +168,7 @@ SCRIPTSTATE DoNextFrame(ANIM *pAnim) {
// in case we missed something (highly unlikely though)
error("ANI_CALL opcode encountered! Please report this error to the ScummVM team");
//(*pAni[pAnim->scriptIndex].pFunc)(pAnim);
+ return; // for compilers that don't support NORETURN
#if 0
// next opcode