diff --git a/engine/gl/gl_rmisc.c b/engine/gl/gl_rmisc.c index d810ddaad..80b74313e 100644 --- a/engine/gl/gl_rmisc.c +++ b/engine/gl/gl_rmisc.c @@ -892,6 +892,8 @@ void GLR_NewMap (void) //#endif UI_Reset(); + + TP_NewMap(); } void GLR_PreNewMap(void)