mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Prevent multiple clicks
This commit is contained in:
@ -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
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user