Final tweaks before release

This commit is contained in:
Pax1601
2025-08-02 12:46:27 +02:00
parent e7845dd356
commit 3ca78d4c7c
8 changed files with 81 additions and 31 deletions

View File

@@ -71,7 +71,7 @@ void GroundUnit::setDefaults(bool force)
setState(State::IDLE);
/* Set the default options */
setROE(ROE::WEAPON_FREE, force);
setROE(ROE::OPEN_FIRE_WEAPON_FREE, force);
setOnOff(onOff, force);
setFollowRoads(followRoads, force);
}

View File

@@ -68,7 +68,7 @@ void NavyUnit::setDefaults(bool force)
setState(State::IDLE);
/* Set the default options */
setROE(ROE::WEAPON_FREE, force);
setROE(ROE::OPEN_FIRE_WEAPON_FREE, force);
setOnOff(onOff, force);
setFollowRoads(followRoads, force);
}