diff --git a/client/lobby/CBonusSelection.cpp b/client/lobby/CBonusSelection.cpp index f369c04af..9ecfc8590 100644 --- a/client/lobby/CBonusSelection.cpp +++ b/client/lobby/CBonusSelection.cpp @@ -433,6 +433,11 @@ void CBonusSelection::startMap() exitCb(); } }; + + //block buttons immediately + buttonStart->block(true); + buttonRestart->block(true); + buttonBack->block(true); if(LOCPLINT) // we're currently ingame, so ask for starting new map and end game {