From 026ce9137f145ddc7a865bd0237c685984d490e0 Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 27 Jul 2014 03:49:03 +0000 Subject: [PATCH] graphics: Fix name for stealth sphere. The invisibility power-up is named 'Stealth Sphere' in the Freedoom DEHACKED lump. Change the HELP screen to match this for consistency. --- graphics/text/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/graphics/text/Makefile b/graphics/text/Makefile index 8e078db1..f8d2b4a0 100644 --- a/graphics/text/Makefile +++ b/graphics/text/Makefile @@ -68,9 +68,9 @@ helptext.png: 170,115 "Armor" \ 145,140 "Map" \ 10,140 "Overdrive" \ - 10,163 "Night vis" \ - 10,182 "Invisibility" \ - 135,182 "Invuln" \ + 10,163 "Night vis." \ + 10,182 "Stealth" \ + 115,182 "Invuln." \ 255,182 "Keys" \ 130,163 "Hazard suit" @@ -105,8 +105,8 @@ helpoverlay.png : helptext.png helpttl.gif -draw 'image over 84,132 0,0 "../../sprites/soula0.gif"' \ -draw 'image over 110,132 0,0 "../../sprites/megaa0.gif"' \ -draw 'image over 80,160 0,0 "../../sprites/pvisa0.gif"' \ - -draw 'image over 100,172 0,0 "../../sprites/pinsa0.gif"' \ - -draw 'image over 185,174 0,0 "../../sprites/pinva0.gif"' \ + -draw 'image over 67,172 0,0 "../../sprites/pinsa0.gif"' \ + -draw 'image over 170,174 0,0 "../../sprites/pinva0.gif"' \ -draw 'image over 246,142 0,0 "../../sprites/rkeya0.gif"' \ -draw 'image over 261,142 0,0 "../../sprites/ykeya0.gif"' \ -draw 'image over 276,142 0,0 "../../sprites/bkeya0.gif"' \