mirror of
https://github.com/vcmi/vcmi.git
synced 2025-03-21 21:17:49 +02:00
Prevent multiple clicks
This commit is contained in:
parent
0ccb706782
commit
ebb65b5d0e
@ -427,6 +427,9 @@ void CBonusSelection::startMap()
|
||||
if(scenario.prolog.hasPrologEpilog)
|
||||
{
|
||||
GH.pushIntT<CPrologEpilogVideo>(scenario.prolog, exitCb);
|
||||
buttonStart->block(true);
|
||||
buttonRestart->block(true);
|
||||
buttonBack->block(true);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user