mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 12:11:34 +00:00
Reset died and last recorded locations on new map.
This commit is contained in:
parent
3fa1d34c1d
commit
52c54c9403
1 changed files with 3 additions and 0 deletions
|
@ -278,6 +278,9 @@ void Team_NewMap ()
|
||||||
{
|
{
|
||||||
char *mapname, *t1, *t2;
|
char *mapname, *t1, *t2;
|
||||||
|
|
||||||
|
died = false;
|
||||||
|
recorded_location = false;
|
||||||
|
|
||||||
mapname = strdup(cl.worldmodel->name);
|
mapname = strdup(cl.worldmodel->name);
|
||||||
if (!mapname)
|
if (!mapname)
|
||||||
Sys_Error("Can't duplicate mapname!");
|
Sys_Error("Can't duplicate mapname!");
|
||||||
|
|
Loading…
Reference in a new issue