Oops, DoNextFrame() is supposed to return a value

svn-id: r44315
This commit is contained in:
Filippos Karapetis 2009-09-24 17:59:19 +00:00
parent b4f1960318
commit 7820605450

View File

@ -168,7 +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
return ScriptSleep; // for compilers that don't support NORETURN
#if 0
// next opcode