From 4de8851e068d082e49dcea4214c1a174026170bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Farkas=20P=C3=A9ter?= Date: Wed, 24 Jun 2020 16:58:19 +0200 Subject: [PATCH] Rename MAP31 and MAP32 back in Doom 2: Unity Edition (#1127) --- wadsrc/static/mapinfo/doom2unity.txt | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/wadsrc/static/mapinfo/doom2unity.txt b/wadsrc/static/mapinfo/doom2unity.txt index f4c468821f..079275486a 100644 --- a/wadsrc/static/mapinfo/doom2unity.txt +++ b/wadsrc/static/mapinfo/doom2unity.txt @@ -20,27 +20,3 @@ episode level01 key = "n" optional } - -// Wolfenstein 3D censorship -map MAP31 lookup "HUSTR_31B" -{ - titlepatch = "CWILV30" - next = "MAP16" - secretnext = "MAP32" - sky1 = "SKY3" - cluster = 9 - par = 120 - music = "$MUSIC_EVIL" - needclustertext -} - -map MAP32 lookup "HUSTR_32B" -{ - titlepatch = "CWILV31" - next = "MAP16" - secretnext = "MAP16" - sky1 = "SKY3" - cluster = 10 - par = 30 - music = "$MUSIC_ULTIMA" -}