mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
Oops, DoNextFrame() is supposed to return a value
svn-id: r44315
This commit is contained in:
parent
b4f1960318
commit
7820605450
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user