Added workaround for running game with outdated extras mod from 1.2

This commit is contained in:
Ivan Savenko
2023-08-01 14:47:17 +03:00
parent e484066772
commit 791eb1a37b
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ BattleWindow::BattleWindow(BattleInterface & owner):
REGISTER_BUILDER("battleConsole", &BattleWindow::buildBattleConsole);
const JsonNode config(ResourceID("config/widgets/BattleWindow.json"));
const JsonNode config(ResourceID("config/widgets/BattleWindow2.json"));
addShortcut(EShortcut::GLOBAL_OPTIONS, std::bind(&BattleWindow::bOptionsf, this));
addShortcut(EShortcut::BATTLE_SURRENDER, std::bind(&BattleWindow::bSurrenderf, this));