mirror of
https://git.code.sf.net/p/quake/newtree
synced 2024-11-22 04:01:17 +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;
|
||||
|
||||
died = false;
|
||||
recorded_location = false;
|
||||
|
||||
mapname = strdup(cl.worldmodel->name);
|
||||
if (!mapname)
|
||||
Sys_Error("Can't duplicate mapname!");
|
||||
|
|
Loading…
Reference in a new issue