mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-03-10 03:51:41 +00:00
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:
parent
f493939483
commit
737b6e9eb4
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue