Fix: no fast forward in network was ensured only from GUI side (#11206)

(cherry picked from commit 2bf3c02fbf)
pull/590/head
Loïc Guilloux 10 months ago committed by Jonathan G Rennison
parent 175f6c979c
commit c890f96d07

@ -298,6 +298,8 @@ static CallBackFunction ToolbarPauseClick(Window *w)
*/
static CallBackFunction ToolbarFastForwardClick(Window *w)
{
if (_networking) return CBF_NONE; // no fast forward in network game
ChangeGameSpeed(_game_speed == 100);
if (_settings_client.sound.click_beep) SndPlayFx(SND_15_BEEP);

Loading…
Cancel
Save