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.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/plugins/doom/doomdef.h b/apps/plugins/doom/doomdef.h
index f76b09263a..1910e7c48a 100644
--- a/apps/plugins/doom/doomdef.h
+++ b/apps/plugins/doom/doomdef.h
@@ -92,8 +92,10 @@ typedef enum {
92#define MAX_SCREENWIDTH 1600 92#define MAX_SCREENWIDTH 1600
93#define MAX_SCREENHEIGHT 1200 93#define MAX_SCREENHEIGHT 1200
94 94
95#define SCREENWIDTH 320 95#define SCREENWIDTH LCD_WIDTH
96#define SCREENHEIGHT 200 96//#define SCREENWIDTH 320
97//#define SCREENHEIGHT 200
98#define SCREENHEIGHT LCD_HEIGHT
97 99
98// The maximum number of players, multiplayer/networking. 100// The maximum number of players, multiplayer/networking.
99#define MAXPLAYERS 4 101#define MAXPLAYERS 4