summaryrefslogtreecommitdiffstats
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 @@
// Location for any defines turned variables.
#if(LCD_HEIGHT>LCD_WIDTH)
-bool rotate_screen=0;
+int rotate_screen=0;
int SCREENWIDTH;
int SCREENHEIGHT;
#endif