Explorar el Código

Added workaround for running game with outdated extras mod from 1.2

Ivan Savenko hace 2 años
padre
commit
791eb1a37b
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      client/battle/BattleWindow.cpp
  2. 0 0
      config/widgets/battleWindow2.json

+ 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