TINSEL: Bugfix for #2893946 - DW1 psychiatrist scene isn't playing

This commit is contained in:
Paul Gilbert 2011-10-04 20:47:01 +11:00
parent f83b53ad6b
commit d5690e09b3

View file

@ -394,7 +394,7 @@ INT_CONTEXT *RestoreInterpretContext(INT_CONTEXT *ric) {
memcpy(ic, ric, sizeof(INT_CONTEXT)); memcpy(ic, ric, sizeof(INT_CONTEXT));
ic->pProc = g_scheduler->getCurrentProcess(); ic->pProc = g_scheduler->getCurrentProcess();
ic->resumeState = RES_1; ic->resumeState = RES_NOT;
LockCode(ic); LockCode(ic);