summaryrefslogtreecommitdiff
path: root/src/strife/r_draw.c
diff options
context:
space:
mode:
authorJames Haley2010-09-01 06:48:16 +0000
committerJames Haley2010-09-01 06:48:16 +0000
commit87185424769c6c2dd8207f0b63dc787f98011496 (patch)
treed81d4620984faa04bd107f22af5b861690246b14 /src/strife/r_draw.c
parent546efd64b71ff3935e2068f2e0dbf950e7a7dd03 (diff)
downloadchocolate-doom-87185424769c6c2dd8207f0b63dc787f98011496.tar.gz
chocolate-doom-87185424769c6c2dd8207f0b63dc787f98011496.tar.bz2
chocolate-doom-87185424769c6c2dd8207f0b63dc787f98011496.zip
Started work on status bar, including loading and drawing some of the
background graphics. Added ST_DrawExternal routine and corresponding call logic in D_Display for drawing popups and other bits that are outside the normal statbar. Moved automap mapname widget up 7 pixels. Needs verification via screenshots. Subversion-branch: /branches/strife-branch Subversion-revision: 1994
Diffstat (limited to 'src/strife/r_draw.c')
-rw-r--r--src/strife/r_draw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/strife/r_draw.c b/src/strife/r_draw.c
index 43433e38..e0dc9da8 100644
--- a/src/strife/r_draw.c
+++ b/src/strife/r_draw.c
@@ -50,6 +50,7 @@
#define MAXHEIGHT 832
// status bar height at bottom of screen
+// haleyjd 08/31/10: Verified unmodified.
#define SBARHEIGHT 32
//