From 52c54c9403cbe70bdda1fc768a76089124b70a12 Mon Sep 17 00:00:00 2001 From: "Zephaniah E. Hull" Date: Fri, 6 Oct 2000 19:43:38 +0000 Subject: [PATCH] Reset died and last recorded locations on new map. --- source/teamplay.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/teamplay.c b/source/teamplay.c index 421c8bd..5a37de6 100644 --- a/source/teamplay.c +++ b/source/teamplay.c @@ -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!");