diff --git a/language.version b/language.version index 0b0b85b4f..3561a74dd 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1110 \cu(Wed 13 Mar 20:50:39 CET 2024)\c-"; -SWWM_SHORTVER="\cw1.3pre r1110 \cu(2024-03-13 20:50:39)\c-"; +SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r1111 \cu(Wed 13 Mar 20:54:20 CET 2024)\c-"; +SWWM_SHORTVER="\cw1.3pre r1111 \cu(2024-03-13 20:54:20)\c-"; diff --git a/zscript/hud/swwm_hud_topstuff.zsc b/zscript/hud/swwm_hud_topstuff.zsc index cdf7afe11..a2b416c07 100644 --- a/zscript/hud/swwm_hud_topstuff.zsc +++ b/zscript/hud/swwm_hud_topstuff.zsc @@ -290,8 +290,6 @@ extend Class SWWMStatusBar } private int CheckSecret( Line l ) { - if ( !mm_secretsectorcolor || !mm_unexploredsecretcolor ) - return 0; if ( l.frontsector && (l.frontsector.flags&Sector.SECF_WASSECRET) ) { if ( !(l.frontsector.flags&Sector.SECF_SECRET) ) return 1;