From 59820f9fed42e8f2d580cb0df1a07c5b9e337afe Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 14 Jan 2023 12:53:14 +0100 Subject: [PATCH] - Duke: fixed bad switch definition for ACCESSSWITCH2 --- wadsrc/static/filter/dukelike/rmapinfo.texflags | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/filter/dukelike/rmapinfo.texflags b/wadsrc/static/filter/dukelike/rmapinfo.texflags index 671f2c18f..3736ec554 100644 --- a/wadsrc/static/filter/dukelike/rmapinfo.texflags +++ b/wadsrc/static/filter/dukelike/rmapinfo.texflags @@ -117,7 +117,7 @@ switches comboswitch = "TECHSWITCH", "TECHSWITCHON" comboswitch = "ALIENSWITCH", "ALIENSWITCHON" accessswitch = "ACCESSSWITCH", "ACCESSSWITCHON", nofilter, oneway - accessswitch = "ACCESSSWITCH2", "ACCESSSWITCH2", nofilter, oneway + accessswitch = "ACCESSSWITCH2", "ACCESSSWITCH2ON", nofilter, oneway switch = "DIPSWITCH2", "DIPSWITCH2ON", shootable switch = "DIPSWITCH3", "DIPSWITCH3ON", shootable multiswitch = "MULTISWITCH", "MULTISWITCH_2", "MULTISWITCH_3", "MULTISWITCH_4"