From 8905c5ee26be73abe1f9eb1218e9cead0c11e793 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 31 Aug 2020 20:59:29 +0200 Subject: [PATCH] - fixed Exhumed inventory menu strings. Fixes #295 --- wadsrc/static/engine/menudef.txt | 12 ++++++------ wadsrc/static/language.csv | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wadsrc/static/engine/menudef.txt b/wadsrc/static/engine/menudef.txt index d99e697c6..35e09f5ae 100644 --- a/wadsrc/static/engine/menudef.txt +++ b/wadsrc/static/engine/menudef.txt @@ -663,12 +663,12 @@ OptionMenu "InventoryControlsMenu"// protected ifgame(Exhumed) { StaticText "" - Control "$TXT_USEINV1" , "useitem 1" - Control "$TXT_USEINV2" , "useitem 2" - Control "$TXT_USEINV3" , "useitem 3" - Control "$TXT_USEINV4" , "useitem 4" - Control "$TXT_USEINV5" , "useitem 5" - Control "$TXT_USEINV6" , "useitem 6" + Control "$TXT_EX_USEINV1" , "useitem 1" + Control "$TXT_EX_USEINV2" , "useitem 2" + Control "$TXT_EX_USEINV3" , "useitem 3" + Control "$TXT_EX_USEINV4" , "useitem 4" + Control "$TXT_EX_USEINV5" , "useitem 5" + Control "$TXT_EX_USEINV6" , "useitem 6" } } diff --git a/wadsrc/static/language.csv b/wadsrc/static/language.csv index bcb55fd91..7fe9196bf 100644 --- a/wadsrc/static/language.csv +++ b/wadsrc/static/language.csv @@ -2333,6 +2333,6 @@ Snake Cam Disabled,TXT_EX_SNAKEOFF,,,,,,,,,,,,,,,,,,,,,, Use Hand,TXT_EX_USEINV1,,,,,,,,,,,,,,,,,,,,,, Use Eye,TXT_EX_USEINV2,,,,,,,,,,,,,,,,,,,,,, Use Mask,TXT_EX_USEINV3,,,,,,,,,,,,,,,,,,,,,, -Use Heart,TXT_EY_USEINV4,,,,,,,,,,,,,,,,,,,,,, +Use Heart,TXT_EX_USEINV4,,,,,,,,,,,,,,,,,,,,,, Use Torch,TXT_EX_USEINV5,,,,,,,,,,,,,,,,,,,,,, Use Scarab,TXT_EX_USEINV6,,,,,,,,,,,,,,,,,,,,,, \ No newline at end of file