summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/doomdef.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/doomdef.h')
-rw-r--r--apps/plugins/doom/doomdef.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/doomdef.h b/apps/plugins/doom/doomdef.h
index 05346cd443..43114f75ef 100644
--- a/apps/plugins/doom/doomdef.h
+++ b/apps/plugins/doom/doomdef.h
@@ -94,7 +94,7 @@ typedef unsigned Language_t;
94// when multiple screen sizes are supported 94// when multiple screen sizes are supported
95 95
96#if(LCD_HEIGHT>LCD_WIDTH) 96#if(LCD_HEIGHT>LCD_WIDTH)
97extern bool rotate_screen; 97extern int rotate_screen;
98// proff 08/17/98: Changed for high-res 98// proff 08/17/98: Changed for high-res
99#define MAX_SCREENWIDTH LCD_HEIGHT 99#define MAX_SCREENWIDTH LCD_HEIGHT
100#define MAX_SCREENHEIGHT LCD_HEIGHT 100#define MAX_SCREENHEIGHT LCD_HEIGHT