From 7a157912616e6d3fdde89f0ae154c62ddb6d839b Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Wed, 8 Aug 2007 18:04:35 +0000 Subject: Move SCREENHEIGHT_4_3 to doomdef.h; remove some unused constants. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 950 --- src/st_stuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/st_stuff.h') diff --git a/src/st_stuff.h b/src/st_stuff.h index 51398e62..c6b56fd6 100644 --- a/src/st_stuff.h +++ b/src/st_stuff.h @@ -35,7 +35,7 @@ // Size of statusbar. // Now sensitive for scaling. -#define ST_HEIGHT 32*SCREEN_MUL +#define ST_HEIGHT 32 #define ST_WIDTH SCREENWIDTH #define ST_Y (SCREENHEIGHT - ST_HEIGHT) -- cgit v1.2.3