Rename MAP31 and MAP32 back in Doom 2: Unity Edition (#1127)

This commit is contained in:
Farkas Péter 2020-06-24 16:58:19 +02:00 committed by GitHub
parent f47055bca6
commit 4de8851e06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 24 deletions

View File

@ -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"
}