1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-26 03:52:01 +02:00

Minor formatting

This commit is contained in:
Dydzio 2023-02-12 11:55:39 +01:00
parent fc7d2b9778
commit 11df79dc2a
2 changed files with 5 additions and 5 deletions

View File

@ -56,10 +56,10 @@ BattleOptionsWindow::BattleOptionsWindow(BattleInterface * owner):
toggles.push_back(mouseShadow);
animSpeeds = std::make_shared<CToggleGroup>([&](int value)
{
Settings speed = settings.write["battle"]["speedFactor"];
speed->Float() = float(value);
});
{
Settings speed = settings.write["battle"]["speedFactor"];
speed->Float() = float(value);
});
std::shared_ptr<CToggleButton> toggle;
toggle = std::make_shared<CToggleButton>(Point( 28, 225), "sysopb9.def", CGI->generaltexth->zelp[422]);

View File

@ -10,7 +10,7 @@
"text": "core.genrltxt.392",
"position": {"x": 242, "y": 32}
},
{
"name": "animationSpeedLabel",
"type": "label",