naval transports disembark troops on the other side of the sea

bugfix for selecting garrisoned units
bugfix for selecting cell id with depth check
This commit is contained in:
devZoGok
2026-03-15 15:21:11 +02:00
parent 63ad44b3b8
commit 27d1cdbe0c
9 changed files with 103 additions and 24 deletions
+2 -3
View File
@@ -747,9 +747,8 @@ namespace battleship{
return cellId;
}
return cellId;
}
else
return surfaceCellId;
}
else return surfaceCellId;
}
}