mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
TINSEL: Bugfix for #2893946 - DW1 psychiatrist scene isn't playing
This commit is contained in:
@@ -394,7 +394,7 @@ INT_CONTEXT *RestoreInterpretContext(INT_CONTEXT *ric) {
|
||||
|
||||
memcpy(ic, ric, sizeof(INT_CONTEXT));
|
||||
ic->pProc = g_scheduler->getCurrentProcess();
|
||||
ic->resumeState = RES_1;
|
||||
ic->resumeState = RES_NOT;
|
||||
|
||||
LockCode(ic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user