Fix typo in newmenus
This commit is contained in:
parent
2162059352
commit
5f83f77b2e
@ -529,7 +529,7 @@ const char *Menu::GetTextString(int player, page_t page, int &keys)
|
||||
UTIL_Format(buffer, sizeof(buffer)-1, "#. %s\n", m_OptNames[abs(MENU_BACK)].chars());
|
||||
}
|
||||
}
|
||||
m_Text + m_Text + buffer;
|
||||
m_Text = m_Text + buffer;
|
||||
|
||||
if (flags & Display_Next)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user