fixed bug amb41

This commit is contained in:
David Anderson 2007-02-24 21:08:00 +00:00
parent 6eb1242600
commit 83631e95aa

View File

@ -389,7 +389,6 @@ const char *Menu::GetTextString(int player, page_t page, int &keys)
if (enabled)
{
keys |= (1<<option);
if (m_AutoColors)
{
_snprintf(buffer, sizeof(buffer)-1, "\\r%d.\\w %s\n", option_display, pItem->name.c_str());