mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-25 11:10:47 +00:00
Fix CON_IFCUTSCENE
git-svn-id: https://svn.eduke32.com/eduke32@5627 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
0e2eed5ee9
commit
8b5c77e563
1 changed files with 1 additions and 0 deletions
|
@ -2750,6 +2750,7 @@ nullquote:
|
|||
|
||||
if (tw == CON_IFCUTSCENE)
|
||||
{
|
||||
insptr--;
|
||||
VM_CONDITIONAL(g_animPtr == Anim_Find(ScriptQuotes[j]));
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue