From 6071cf66cc4deb9b433db0a6628d1074c446ebed Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 17 May 2021 13:02:01 +0200 Subject: [PATCH] - added proper string labels for Doom 2 episodes. --- wadsrc/static/mapinfo/doom2bfg.txt | 4 ++-- wadsrc/static/mapinfo/doom2unity.txt | 2 +- wadsrc/static/mapinfo/doom2xbox.txt | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wadsrc/static/mapinfo/doom2bfg.txt b/wadsrc/static/mapinfo/doom2bfg.txt index b53d7944f..292367a29 100644 --- a/wadsrc/static/mapinfo/doom2bfg.txt +++ b/wadsrc/static/mapinfo/doom2bfg.txt @@ -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 diff --git a/wadsrc/static/mapinfo/doom2unity.txt b/wadsrc/static/mapinfo/doom2unity.txt index b5bbb31a3..b7b9944f9 100644 --- a/wadsrc/static/mapinfo/doom2unity.txt +++ b/wadsrc/static/mapinfo/doom2unity.txt @@ -9,7 +9,7 @@ gameinfo clearepisodes episode map01 { - name = "Hell On Earth" + name = "$TXT_D2E1" picname = "M_EPI1" key = "h" } diff --git a/wadsrc/static/mapinfo/doom2xbox.txt b/wadsrc/static/mapinfo/doom2xbox.txt index 50321440d..62ee32d4e 100644 --- a/wadsrc/static/mapinfo/doom2xbox.txt +++ b/wadsrc/static/mapinfo/doom2xbox.txt @@ -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