- Fixed settings_controller not updating properly when a player becomes the new arbitrator in a netgame.

This commit is contained in:
player701 2018-12-30 11:17:56 +03:00 committed by alexey.lysiuk
parent 53be21eb58
commit 7c8cdf80d1
1 changed files with 2 additions and 0 deletions

View File

@ -1922,9 +1922,11 @@ void P_UnPredictPlayer ()
TObjPtr<AActor*> InvSel = act->InvSel;
int inventorytics = player->inventorytics;
const bool settings_controller = player->settings_controller;
*player = PredictionPlayerBackup;
player->settings_controller = settings_controller;
// Restore the camera instead of using the backup's copy, because spynext/prev
// could cause it to change during prediction.
player->camera = savedcamera;