From cbe71bc9831ea939c86dae6a6ebbd92bdebf8fbf Mon Sep 17 00:00:00 2001 From: Andrey Nazarov Date: Sun, 28 Sep 2008 18:03:56 +0000 Subject: Made MVD observers switch to the previous chase target during map change after the intermission. Ensure end-of-match scoreboard and MVD client list are reliably delivered. Properly reset cursor position when switching between layouts. --- source/mvd_parse.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/mvd_parse.c') diff --git a/source/mvd_parse.c b/source/mvd_parse.c index d587d1e..5873bcf 100644 --- a/source/mvd_parse.c +++ b/source/mvd_parse.c @@ -298,7 +298,7 @@ static void MVD_UnicastLayout( mvd_t *mvd, qboolean reliable, mvd_player_t *play MSG_ReadString( mvd->layout, sizeof( mvd->layout ) ); - // send to all relevant clients + // force an update to all relevant clients LIST_FOR_EACH( udpClient_t, client, &mvd->udpClients, entry ) { if( client->cl->state < cs_spawned ) { continue; @@ -1021,6 +1021,7 @@ static void MVD_ParseServerData( mvd_t *mvd ) { MVD_CheckActive( mvd ); } + // case all UDP clients to reconnect MVD_ChangeLevel( mvd ); } -- cgit v1.2.3