From 42b0c885916189fbf5b9039ee50ea84ad82eeac8 Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 30 Sep 2004 22:44:05 +0000 Subject: [PATCH] small teamplay info fix. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@267 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/sw/r_main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/engine/sw/r_main.c b/engine/sw/r_main.c index fb8c9acdc..19ba01ce8 100644 --- a/engine/sw/r_main.c +++ b/engine/sw/r_main.c @@ -321,6 +321,8 @@ void SWR_NewMap (void) R_InitSkyBox(); UI_Reset(); + + TP_NewMap(); }