From 8b5c77e56309608426b3867bf2554555e240c5f8 Mon Sep 17 00:00:00 2001 From: terminx Date: Sat, 13 Feb 2016 21:06:34 +0000 Subject: [PATCH] Fix CON_IFCUTSCENE git-svn-id: https://svn.eduke32.com/eduke32@5627 1a8010ca-5511-0410-912e-c29ae57300e0 --- polymer/eduke32/source/gameexec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/polymer/eduke32/source/gameexec.c b/polymer/eduke32/source/gameexec.c index ceb93a1b9..214743a29 100644 --- a/polymer/eduke32/source/gameexec.c +++ b/polymer/eduke32/source/gameexec.c @@ -2750,6 +2750,7 @@ nullquote: if (tw == CON_IFCUTSCENE) { + insptr--; VM_CONDITIONAL(g_animPtr == Anim_Find(ScriptQuotes[j])); continue; }