mirror of
https://github.com/devZoGok/PlanetFleet.git
synced 2026-08-26 19:43:29 +00:00
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:
+5
-1
@@ -49,7 +49,11 @@ namespace battleship{
|
||||
void Vehicle::startCurrentOrder(){
|
||||
Unit::startCurrentOrder();
|
||||
|
||||
if(orders[0].type == Order::TYPE::LAUNCH) return;
|
||||
switch(orders[0].type){
|
||||
case Order::TYPE::LAUNCH:
|
||||
case Order::TYPE::EJECT:
|
||||
return;
|
||||
}
|
||||
|
||||
removeAllPathpoints();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user