diff options
author | Paul Gilbert | 2011-10-16 16:14:02 +1100 |
---|---|---|
committer | Paul Gilbert | 2011-10-16 16:14:02 +1100 |
commit | 01616afecc7ba80447359e3daffe7ec556c024d7 (patch) | |
tree | 28b9cddec2e54cf0f3e88e113513e4a1fa4fda32 /engines | |
parent | 6ce67242fdae27772672606ed3a811572a6e1bf6 (diff) | |
download | scummvm-rg350-01616afecc7ba80447359e3daffe7ec556c024d7.tar.gz scummvm-rg350-01616afecc7ba80447359e3daffe7ec556c024d7.tar.bz2 scummvm-rg350-01616afecc7ba80447359e3daffe7ec556c024d7.zip |
TINSEL: Revert of prior commits for #2893946
Diffstat (limited to 'engines')
-rw-r--r-- | engines/tinsel/pcode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/tinsel/pcode.cpp b/engines/tinsel/pcode.cpp index 6f8f4e2c4f..2ab1e653d4 100644 --- a/engines/tinsel/pcode.cpp +++ b/engines/tinsel/pcode.cpp @@ -394,7 +394,7 @@ INT_CONTEXT *RestoreInterpretContext(INT_CONTEXT *ric) { memcpy(ic, ric, sizeof(INT_CONTEXT)); ic->pProc = g_scheduler->getCurrentProcess(); - ic->resumeState = TinselV2 ? RES_1 : RES_NOT; + ic->resumeState = RES_1; LockCode(ic); |