mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 05:51:20 +00:00
- do not use M_EPI1 and M_EPI2 in any Doom 2 context.
Their content is inconsistent across versions, so better always use the text version of the names.
This commit is contained in:
parent
bd0ca55a35
commit
8bb36bd479
3 changed files with 0 additions and 5 deletions
|
@ -10,14 +10,12 @@ clearepisodes
|
|||
episode map01
|
||||
{
|
||||
name = "$TXT_D2E1"
|
||||
picname = "M_EPI1"
|
||||
key = "h"
|
||||
}
|
||||
|
||||
episode level01
|
||||
{
|
||||
name = "$TXT_D2E2"
|
||||
picname = "M_EPI2"
|
||||
key = "n"
|
||||
optional
|
||||
}
|
||||
|
|
|
@ -10,7 +10,6 @@ clearepisodes
|
|||
episode map01
|
||||
{
|
||||
name = "$TXT_D2E1"
|
||||
picname = "M_EPI1"
|
||||
key = "h"
|
||||
}
|
||||
|
||||
|
|
|
@ -5,14 +5,12 @@ clearepisodes
|
|||
episode map01
|
||||
{
|
||||
name = "$TXT_D2E1"
|
||||
picname = "M_EPI1"
|
||||
key = "h"
|
||||
}
|
||||
|
||||
episode level01
|
||||
{
|
||||
name = "$TXT_D2E2"
|
||||
picname = "M_EPI2"
|
||||
key = "n"
|
||||
optional
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue