From 0749466d2dd7658a38b32ba872b768d125eb9455 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Wed, 11 Aug 2010 04:00:38 +0000 Subject: [PATCH] - Set explicit positioning for the gameplay options menu instead of relying on the automatic positioning. SVN r2506 (trunk) --- src/m_options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/m_options.cpp b/src/m_options.cpp index 7cef6242e..7e17ef798 100644 --- a/src/m_options.cpp +++ b/src/m_options.cpp @@ -1090,7 +1090,7 @@ static menu_t DMFlagsMenu = "GAMEPLAY OPTIONS", 0, countof(DMFlagsItems), - 0, + 222, DMFlagsItems, };