From 3366a8994d4614a6afda80e6b71c3495ebdfc5e8 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Sat, 6 Jun 2009 21:03:49 +0000 Subject: [PATCH] - fixed display mode menu. SVN r1644 (trunk) --- src/m_options.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/m_options.cpp b/src/m_options.cpp index 660b18194..b5efc5ce5 100644 --- a/src/m_options.cpp +++ b/src/m_options.cpp @@ -975,8 +975,7 @@ static menuitem_t ModesItems[] = { { redtext, VMTestText, {NULL}, {0.0}, {0.0}, {0.0}, {NULL} }, }; -#define VM_DEPTHITEM 0 -#define VM_ASPECTITEM 0 +#define VM_ASPECTITEM 1 #define VM_RESSTART 5 #define VM_ENTERLINE 15 #define VM_TESTLINE 17