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.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/apps/plugins/doom/doomdef.c b/apps/plugins/doom/doomdef.c
index d4ad61e979..3facfbb299 100644
--- a/apps/plugins/doom/doomdef.c
+++ b/apps/plugins/doom/doomdef.c
@@ -33,7 +33,9 @@
33#include "doomdef.h" 33#include "doomdef.h"
34 34
35// Location for any defines turned variables. 35// Location for any defines turned variables.
36 36#if(LCD_HEIGHT>LCD_WIDTH)
37// None. 37bool rotate_screen=0;
38 38int SCREENWIDTH;
39int SCREENHEIGHT;
40#endif
39 41