1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00
This commit is contained in:
Laserlicht
2024-07-25 00:12:53 +02:00
parent d54dfe4508
commit d7ffc6ad3e

View File

@@ -868,12 +868,6 @@ OptionsTab::HandicapWindow::HandicapWindow()
updateShadow();
center();
/*TResources resourcesStart = TResources();
resourcesStart[EGameResID::GOLD] = -500000;
int resourcesPercent = 120;
//CSH->setPlayerHandicap(s->color, PlayerSettings::Handicap{resourcesStart, resourcesPercent});
CSH->setPlayerHandicap((PlayerColor)0, PlayerSettings::Handicap{resourcesStart, resourcesPercent});*/
}
bool OptionsTab::HandicapWindow::receiveEvent(const Point & position, int eventType) const