mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-13 19:40:43 +00:00
- fixed compilation with Clang.
This commit is contained in:
parent
a303da37a9
commit
a7adef360b
1 changed files with 1 additions and 1 deletions
|
@ -713,7 +713,7 @@ CCMD(mapinfo)
|
|||
if (map->designerTime) Printf("\tDesignerTime = %d\n", map->designerTime);
|
||||
for (int i = 0; i < MAX_MESSAGES; i++)
|
||||
{
|
||||
if (map->messages[i].IsNotEmpty()) Printf("\tMessage = %d, \"%s\"\n", i + 1, map->messages[i]);
|
||||
if (map->messages[i].IsNotEmpty()) Printf("\tMessage = %d, \"%s\"\n", i + 1, map->messages[i].GetChars());
|
||||
}
|
||||
|
||||
for (auto& flagh : MapFlagHandlers)
|
||||
|
|
Loading…
Reference in a new issue