Skip to content

Commit

Permalink
- added proper string labels for Doom 2 episodes.
Browse files Browse the repository at this point in the history
  • Loading branch information
coelckers committed May 17, 2021
1 parent 5bf2a26 commit 6071cf6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions wadsrc/static/mapinfo/doom2bfg.txt
Expand Up @@ -9,14 +9,14 @@ gameinfo
clearepisodes
episode map01
{
name = "Hell On Earth"
name = "$TXT_D2E1"
picname = "M_EPI1"
key = "h"
}

episode level01
{
name = "No Rest for the Living"
name = "$TXT_D2E2"
picname = "M_EPI2"
key = "n"
optional
Expand Down
2 changes: 1 addition & 1 deletion wadsrc/static/mapinfo/doom2unity.txt
Expand Up @@ -9,7 +9,7 @@ gameinfo
clearepisodes
episode map01
{
name = "Hell On Earth"
name = "$TXT_D2E1"
picname = "M_EPI1"
key = "h"
}
Expand Down
4 changes: 2 additions & 2 deletions wadsrc/static/mapinfo/doom2xbox.txt
Expand Up @@ -4,14 +4,14 @@ include "mapinfo/doom2.txt"
clearepisodes
episode map01
{
name = "Hell On Earth"
name = "$TXT_D2E1"
picname = "M_EPI1"
key = "h"
}

episode level01
{
name = "No Rest for the Living"
name = "$TXT_D2E2"
picname = "M_EPI2"
key = "n"
optional
Expand Down

0 comments on commit 6071cf6

Please sign in to comment.