diff --git a/sw/lib/ocaml/mapTrack.ml b/sw/lib/ocaml/mapTrack.ml index 5e89bef927..1e5675f7a3 100644 --- a/sw/lib/ocaml/mapTrack.ml +++ b/sw/lib/ocaml/mapTrack.ml @@ -63,7 +63,7 @@ class track = fun ?(name="Noname") ?(icon="fixedwing") ?(size = 500) ?(color="re let icon_template = match icon with | "home" -> ACI.icon_home_template | "rotorcraft" -> ACI.icon_rotorcraft_template - | "flyingwing" | _ -> ACI.icon_flyingwing_template + | "flyingwing" -> ACI.icon_flyingwing_template | "fixedwing" | _ -> ACI.icon_fixedwing_template in let _ac_icon = new ACI.widget ~color ~icon_template aircraft in