Host_Randmap_f: print the map being started

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@1427 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Eric Wasylishen 2017-07-19 05:40:37 +00:00
parent f493939483
commit 737b6e9eb4

View file

@ -903,6 +903,7 @@ void Host_Randmap_f (void)
{
if (i == randlevel)
{
Con_Printf ("Starting map %s...\n", level->name);
Cbuf_AddText (va("map %s\n", level->name));
return;
}