diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-25 20:33:28 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-25 20:33:28 -0700 |
commit | 68effc6e39f731a2d7bbe2963999c1e785118897 (patch) | |
tree | e34249f6547776185ead471e60ab76244a3480c5 /altosui/AltosFlightUI.java | |
parent | 00aca369c4070901e0400f291d5f269b5fb8015c (diff) |
altoslib: More frobbing with new map bits
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosui/AltosFlightUI.java')
-rw-r--r-- | altosui/AltosFlightUI.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/altosui/AltosFlightUI.java b/altosui/AltosFlightUI.java index 424c57da..6ef85a96 100644 --- a/altosui/AltosFlightUI.java +++ b/altosui/AltosFlightUI.java @@ -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; |