Skip to content

Commit

Permalink
TINSEL: Alter previous DW1 bugfix so that DW2 still works properly
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Oct 14, 2011
1 parent 744f850 commit 6811a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/tinsel/pcode.cpp
Expand Up @@ -394,7 +394,7 @@ INT_CONTEXT *RestoreInterpretContext(INT_CONTEXT *ric) {

memcpy(ic, ric, sizeof(INT_CONTEXT));
ic->pProc = g_scheduler->getCurrentProcess();
ic->resumeState = RES_NOT;
ic->resumeState = TinselV2 ? RES_1 : RES_NOT;

LockCode(ic);

Expand Down

0 comments on commit 6811a3d

Please sign in to comment.