[Scummvm-cvs-logs] scummvm master -> 01616afecc7ba80447359e3daffe7ec556c024d7
dreammaster
dreammaster at scummvm.org
Sun Oct 16 07:22:09 CEST 2011
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
01616afecc TINSEL: Revert of prior commits for #2893946
Commit: 01616afecc7ba80447359e3daffe7ec556c024d7
https://github.com/scummvm/scummvm/commit/01616afecc7ba80447359e3daffe7ec556c024d7
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2011-10-15T22:14:02-07:00
Commit Message:
TINSEL: Revert of prior commits for #2893946
Changed paths:
engines/tinsel/pcode.cpp
diff --git a/engines/tinsel/pcode.cpp b/engines/tinsel/pcode.cpp
index 6f8f4e2..2ab1e65 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);
More information about the Scummvm-git-logs
mailing list