altoslib: More frobbing with new map bits
[fw/altos] / altosui / AltosFlightUI.java
index 424c57da91db18c36e972044a501610e932c27e4..6ef85a96cb54ce42b37a3f3c30f3eac4d392e406 100644 (file)
@@ -40,7 +40,7 @@ public class AltosFlightUI extends AltosUIFrame implements AltosFlightDisplay {
        AltosDescent    descent;
        AltosLanded     landed;
        AltosCompanionInfo      companion;
-       AltosUIMap      sitemap;
+       AltosUIMapNew      sitemap;
        boolean         has_map;
        boolean         has_companion;
        boolean         has_state;
@@ -319,7 +319,7 @@ public class AltosFlightUI extends AltosUIFrame implements AltosFlightDisplay {
                has_companion = false;
                has_state = false;
 
-               sitemap = new AltosUIMap();
+               sitemap = new AltosUIMapNew();
                displays.add(sitemap);
                has_map = false;