From 6c64f19a7e4aa12af5bb7d4f2fa037e548ce473c Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Fri, 9 Nov 2012 23:03:53 +0000 Subject: [PATCH] - Enable Doom 1.1 status bar support. SVN r3954 (trunk) --- wadsrc/static/textures.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/wadsrc/static/textures.txt b/wadsrc/static/textures.txt index 7ae26ce2f..d54ef32d9 100644 --- a/wadsrc/static/textures.txt +++ b/wadsrc/static/textures.txt @@ -71,3 +71,9 @@ Graphic optional P_MWALK4, 112, 136 Graphic "M_MBOX", 0, 0 Graphic "M_MWALK4", 24, 12 { useoffsets } } + +Graphic optional STBAR, 320, 32 +{ + Graphic "STMBARL", 0, 0 + Graphic "STMBARR", 104, 0 +}