- GCC compile fix.

This commit is contained in:
Christoph Oelckers 2014-05-14 15:44:05 +02:00
parent 2944e4f6ae
commit adcdc11360

View file

@ -172,7 +172,7 @@ static int DoomSpecificInfo (char *buffer, char *end)
} }
else else
{ {
p += snprintf (buffer+p, size-p, "\n\nCurrent map: %s", level.MapName); p += snprintf (buffer+p, size-p, "\n\nCurrent map: %s", level.MapName.GetChars());
if (!viewactive) if (!viewactive)
{ {