From 100731e3abafae8730f0cdcb5b7be943e4432337 Mon Sep 17 00:00:00 2001 From: Randy Heit Date: Sun, 8 Aug 2010 02:19:40 +0000 Subject: [PATCH] - Shorten the description of DF2_KILLBOSSMONST in the menu. SVN r2498 (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 ddfd0f897..7cef6242e 100644 --- a/src/m_options.cpp +++ b/src/m_options.cpp @@ -1054,7 +1054,7 @@ static menuitem_t DMFlagsItems[] = { { bitflag, "Allow spying", {&dmflags2}, {1}, {0}, {0}, {(value_t *)DF2_DISALLOW_SPYING} }, { bitflag, "Chasecam cheat", {&dmflags2}, {0}, {0}, {0}, {(value_t *)DF2_CHASECAM} }, { bitflag, "Check ammo for weapon switch", {&dmflags2}, {1}, {0}, {0}, {(value_t *)DF2_DONTCHECKAMMO} }, - { bitflag, "Killing boss brain kills all its monsters", {&dmflags2}, {0}, {0}, {0}, {(value_t *)DF2_KILLBOSSMONST} }, + { bitflag, "Killing Romero kills all his spawns", {&dmflags2}, {0}, {0}, {0}, {(value_t *)DF2_KILLBOSSMONST} }, { redtext, " ", {NULL}, {0}, {0}, {0}, {NULL} }, { whitetext,"Deathmatch Settings", {NULL}, {0}, {0}, {0}, {NULL} },