mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
host_cmd.c: fix typo in r827
git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@828 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
parent
7aec459b09
commit
e194235c7a
1 changed files with 1 additions and 1 deletions
|
@ -914,7 +914,7 @@ void Host_Restart_f (void)
|
||||||
q_strlcpy (mapname, sv.name, sizeof(mapname)); // mapname gets cleared in spawnserver
|
q_strlcpy (mapname, sv.name, sizeof(mapname)); // mapname gets cleared in spawnserver
|
||||||
SV_SpawnServer (mapname);
|
SV_SpawnServer (mapname);
|
||||||
if (!sv.active)
|
if (!sv.active)
|
||||||
Host_Error ("cannot restart map %s", level);
|
Host_Error ("cannot restart map %s", mapname);
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Reference in a new issue