bugfix for not garrisonning transport ships

moved resource deposits on the river map
bugfix for not rendering the minimap after opening the console
This commit is contained in:
devZoGok
2026-05-14 20:26:44 +03:00
parent 060dd94bc0
commit 157ffeab7c
8 changed files with 35 additions and 11 deletions
+2
View File
@@ -260,6 +260,8 @@ namespace battleship{
for(string f : configData::scripts)
SOL_LUA_STATE.script_file(path + f);
SOL_LUA_STATE.script_file(path + "Scripts/Gui/_minimap.lua");
sol::table resTable = SOL_LUA_STATE["graphics"]["resolution"];
width = resTable["x"];
height = resTable["y"];