#SHORAD - fix typo for maxscootdist

#CTLD - slight refactoring of fixed wing support.
* Added `CTLD:AddAllowedFixedWingType(typename)` to add new types
* Renamed enabler flags into `enableFixedWing, FixedMinAngels, FixedMaxAngels, FixedMaxSpeed`
* Base support for Mosquito added
This commit is contained in:
Applevangelist
2025-03-30 16:45:46 +02:00
parent 0a38700edb
commit dc83af4d02
3 changed files with 76 additions and 221 deletions

View File

@@ -113,7 +113,7 @@ SHORAD = {
SkateNumber = 3,
SkateZones = nil,
minscootdist = 100,
minscootdist = 3000,
maxscootdist = 3000,
scootrandomcoord = false,
}