- one last GCC compile problem.

This commit is contained in:
Christoph Oelckers 2014-05-14 17:27:22 +02:00
parent adcdc11360
commit e3cd144af9
1 changed files with 1 additions and 1 deletions

View File

@ -302,7 +302,7 @@ FString level_info_t::LookupLevelName()
// Strip out the header from the localized string
if (MapName.Len() > 3 && MapName[0] == 'E' && MapName[2] == 'M')
{
mysnprintf (checkstring, countof(checkstring), "%s: ", MapName);
mysnprintf (checkstring, countof(checkstring), "%s: ", MapName.GetChars());
}
else if (MapName.Len() > 3 && MapName[0] == 'M' && MapName[1] == 'A' && MapName[2] == 'P')
{