Logs the map name on mapchange (as requested by lantz69 on forums)

This commit is contained in:
Pavol Marko 2005-09-08 13:03:38 +00:00
parent 227c13d12c
commit 97b5391118

View File

@ -143,7 +143,7 @@ void CLog::MapChange()
} }
else if (m_LogType == 1) else if (m_LogType == 1)
{ {
Log("-------- Mapchange --------"); Log("-------- Mapchange to %s --------", STRING(gpGlobals->mapname));
} }
else else
return; return;