diff options
Diffstat (limited to 'src/strife/hu_stuff.c')
-rw-r--r-- | src/strife/hu_stuff.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/strife/hu_stuff.c b/src/strife/hu_stuff.c index 926cb760..3ddf402e 100644 --- a/src/strife/hu_stuff.c +++ b/src/strife/hu_stuff.c @@ -54,7 +54,9 @@ #define HU_TITLE (mapnames[gamemap-1]) #define HU_TITLEHEIGHT 1 #define HU_TITLEX 0 -#define HU_TITLEY (167 - SHORT(hu_font[0]->height)) + +// haleyjd 09/01/10: [STRIFE] 167 -> 160 to move up level name +#define HU_TITLEY (160 - SHORT(hu_font[0]->height)) #define HU_INPUTTOGGLE 't' #define HU_INPUTX HU_MSGX |