1
0
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:
nordsoft 2022-11-25 14:26:59 +04:00
parent 0ccb706782
commit ebb65b5d0e

View File

@ -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
{