mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-15 20:03:15 +02:00
Merge pull request #1163 from Nordsoft91/fix-camp-multiclick
Prevent multiple clicking for start campaign
This commit is contained in:
@@ -433,6 +433,11 @@ void CBonusSelection::startMap()
|
|||||||
exitCb();
|
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
|
if(LOCPLINT) // we're currently ingame, so ask for starting new map and end game
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user