TINSEL: Bugfix for #2893946 - DW1 psychiatrist scene isn't playing
This commit is contained in:
parent
f83b53ad6b
commit
d5690e09b3
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue