From 9f91e6c9e67d19b498d57137db8879abe9df784b Mon Sep 17 00:00:00 2001 From: Taylor Richards Date: Mon, 7 Sep 2015 18:04:06 -0400 Subject: [PATCH] remove tracker_update_game() calls; unnecessary --- src/network/multi_voice.cpp | 4 ---- src/network/multiui.cpp | 16 ---------------- 2 files changed, 20 deletions(-) diff --git a/src/network/multi_voice.cpp b/src/network/multi_voice.cpp index 4bf8ad4..bf8102f 100644 --- a/src/network/multi_voice.cpp +++ b/src/network/multi_voice.cpp @@ -1216,10 +1216,6 @@ void multi_voice_set_vars(int qos,int duration) // send an options update if necessary if(need_update && !(Game_mode & GM_STANDALONE_SERVER)){ multi_options_update_netgame(); - - if (MULTI_IS_TRACKER_GAME) { - multi_fs_tracker_update_game(&Netgame); - } } } diff --git a/src/network/multiui.cpp b/src/network/multiui.cpp index 3143a39..bf67dc9 100644 --- a/src/network/multiui.cpp +++ b/src/network/multiui.cpp @@ -5316,10 +5316,6 @@ void multi_create_list_select_item(int n) // update all machines about stuff like respawns, etc. multi_options_update_netgame(); - - if (MULTI_IS_TRACKER_GAME) { - multi_fs_tracker_update_game(ng); - } } else { multi_options_update_mission(ng, Multi_create_list_mode == MULTI_CREATE_SHOW_CAMPAIGNS ? 1 : 0); } @@ -5923,10 +5919,6 @@ void multi_create_sw_clicked() // update all machines about stuff like respawns, etc. multi_options_update_netgame(); - - if (MULTI_IS_TRACKER_GAME) { - multi_fs_tracker_update_game(ng); - } } // on the standalone else { @@ -6871,10 +6863,6 @@ void multi_ho_apply_options() // send an options update multi_options_update_netgame(); - - if (MULTI_IS_TRACKER_GAME) { - multi_fs_tracker_update_game(&Netgame); - } } // display the voice record time settings @@ -8436,10 +8424,6 @@ void multi_sync_pre_init() Netgame.options.skill_level = NUM_SKILL_LEVELS / 2; Game_skill_level = NUM_SKILL_LEVELS / 2; multi_options_update_netgame(); - - if (MULTI_IS_TRACKER_GAME) { - multi_fs_tracker_update_game(&Netgame); - } } // notify everyone of when we get here -- 2.39.2