Reset died and last recorded locations on new map.

This commit is contained in:
Zephaniah E. Hull 2000-10-06 19:43:38 +00:00
parent 3fa1d34c1d
commit 52c54c9403

View file

@ -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!");