2
0
Эх сурвалжийг харах

Added workaround for running game with outdated extras mod from 1.2

Ivan Savenko 2 жил өмнө
parent
commit
791eb1a37b

+ 1 - 1
client/battle/BattleWindow.cpp

@@ -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));

+ 0 - 0
config/widgets/battleWindow.json → config/widgets/battleWindow2.json