summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/doomdef.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/doomdef.c')
-rw-r--r--apps/plugins/doom/doomdef.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/doomdef.c b/apps/plugins/doom/doomdef.c
index 3facfbb299..6ae4bb6894 100644
--- a/apps/plugins/doom/doomdef.c
+++ b/apps/plugins/doom/doomdef.c
@@ -34,7 +34,7 @@
34 34
35// Location for any defines turned variables. 35// Location for any defines turned variables.
36#if(LCD_HEIGHT>LCD_WIDTH) 36#if(LCD_HEIGHT>LCD_WIDTH)
37bool rotate_screen=0; 37int rotate_screen=0;
38int SCREENWIDTH; 38int SCREENWIDTH;
39int SCREENHEIGHT; 39int SCREENHEIGHT;
40#endif 40#endif