From 828adec7e63a07d5940c9f2de53124e45fdd33e8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sun, 3 Oct 2010 20:22:42 +0000 Subject: [PATCH] - moved the Messages menu from Display Option to HUD options. SVN r2890 (trunk) --- wadsrc/static/menudef.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/menudef.txt b/wadsrc/static/menudef.txt index 5c6873d14..db8d4bd45 100644 --- a/wadsrc/static/menudef.txt +++ b/wadsrc/static/menudef.txt @@ -644,7 +644,6 @@ OptionMenu "VideoOptions" { Title "DISPLAY OPTIONS" - Submenu "Message Options", "MessageOptions" Submenu "Scoreboard Options", "ScoreboardOptions" StaticText " " Slider "Screen size", "screenblocks", 3.0, 12.0, 1.0, 0 @@ -725,6 +724,7 @@ OptionMenu "HUDOptions" { Title "HUD Options" Submenu "Alternative HUD", "AltHudOptions" + Submenu "Message Options", "MessageOptions" StaticText " " Option "Default Crosshair", "crosshair", "Crosshairs" Option "Force default crosshair", "crosshairforce", "OnOff"