Kromster80 / kam_remake

"KaM Remake" is an RTS game remake written in Delphi from scratch.
http://www.kamremake.com
GNU Affero General Public License v3.0
361 stars 90 forks source link

BugFix: Replay/Spectating - have to update player interface on player switch (f.e. FOW, Overlay) at one point in code #388

Closed reyandme closed 7 years ago

reyandme commented 7 years ago

When we were using hotkey to jump to player while spectating/watching replay, there was no Replay_ViewPlayer invokation, only Replay_JumpToPlayer, where there was no FOW and Overlay update. So we have to update it anyway, better separate that common code in one procedure - Replay_UpdatePlayerInterface.