From 88a6bdc32993eaee499b82963709ef896588a1ea Mon Sep 17 00:00:00 2001 From: DodoBirb Date: Fri, 10 Jun 2022 16:06:49 +1000 Subject: [PATCH] fixed glitchy pause --- Export_Code/gml_Object_oControl_Other_10.gml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Export_Code/gml_Object_oControl_Other_10.gml b/Export_Code/gml_Object_oControl_Other_10.gml index 1473738..8600fd5 100644 --- a/Export_Code/gml_Object_oControl_Other_10.gml +++ b/Export_Code/gml_Object_oControl_Other_10.gml @@ -1,4 +1,4 @@ -if (global.saxmode && global.enemyNearby) +if global.enemyNearby exit if (global.ingame == 1 && global.enablecontrol == 1 && room != rm_transition && ((!keyboard_check(vk_alt)) || os_type == os_linux)) {