summaryrefslogtreecommitdiff
path: root/apps/plugins/doom/m_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/doom/m_misc.c')
-rw-r--r--apps/plugins/doom/m_misc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/doom/m_misc.c b/apps/plugins/doom/m_misc.c
index 586a4a1c2f..0318c9d741 100644
--- a/apps/plugins/doom/m_misc.c
+++ b/apps/plugins/doom/m_misc.c
@@ -308,7 +308,7 @@ default_t defaults[] =
308 {"screen_height",{&desired_screenheight, NULL},{200, NULL},200,1200, 308 {"screen_height",{&desired_screenheight, NULL},{200, NULL},200,1200,
309 def_int,ss_none, 0, 0},*/ 309 def_int,ss_none, 0, 0},*/
310#if(LCD_HEIGHT>LCD_WIDTH) 310#if(LCD_HEIGHT>LCD_WIDTH)
311 {"rotate_screen",{(void *)&rotate_screen, NULL},{0, NULL},0,1, 311 {"rotate_screen",{&rotate_screen, NULL},{0, NULL},0,1,
312 def_bool,ss_none, 0, 0}, /* kwk - rotate the screen 90 degrees */ 312 def_bool,ss_none, 0, 0}, /* kwk - rotate the screen 90 degrees */
313#endif 313#endif
314 {"fake_contrast",{&fake_contrast, NULL},{1, NULL},0,1, 314 {"fake_contrast",{&fake_contrast, NULL},{1, NULL},0,1,