mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-24 21:21:04 +00:00
- one last GCC compile problem.
This commit is contained in:
parent
adcdc11360
commit
e3cd144af9
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ FString level_info_t::LookupLevelName()
|
||||||
// Strip out the header from the localized string
|
// Strip out the header from the localized string
|
||||||
if (MapName.Len() > 3 && MapName[0] == 'E' && MapName[2] == 'M')
|
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')
|
else if (MapName.Len() > 3 && MapName[0] == 'M' && MapName[1] == 'A' && MapName[2] == 'P')
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue