host_cmd.c: fix typo in r827

git-svn-id: svn://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@828 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
Sander van Dijk 2013-03-02 10:36:28 +00:00
parent eb8e1beed3
commit 2b49965af0

View file

@ -914,7 +914,7 @@ void Host_Restart_f (void)
q_strlcpy (mapname, sv.name, sizeof(mapname)); // mapname gets cleared in spawnserver
SV_SpawnServer (mapname);
if (!sv.active)
Host_Error ("cannot restart map %s", level);
Host_Error ("cannot restart map %s", mapname);
}
/*