From 3c22187fb494592a51162c3863b3521cf1d74cc3 Mon Sep 17 00:00:00 2001 From: Zeex Date: Thu, 2 Apr 2015 12:51:02 +0600 Subject: [PATCH] Reset pc_compat before second pass --- source/compiler/sc1.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/compiler/sc1.c b/source/compiler/sc1.c index 32e235a..af58381 100644 --- a/source/compiler/sc1.c +++ b/source/compiler/sc1.c @@ -844,6 +844,7 @@ static void resetglobals(void) sc_curstates=0; pc_memflags=0; pc_naked=FALSE; + pc_compat=FALSE; } static void initglobals(void)