mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-13 22:06:58 +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)
|
if(scenario.prolog.hasPrologEpilog)
|
||||||
{
|
{
|
||||||
GH.pushIntT<CPrologEpilogVideo>(scenario.prolog, exitCb);
|
GH.pushIntT<CPrologEpilogVideo>(scenario.prolog, exitCb);
|
||||||
|
buttonStart->block(true);
|
||||||
|
buttonRestart->block(true);
|
||||||
|
buttonBack->block(true);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user