altoslib/altosui: Carry receiver status around in AltosListenerState
[fw/altos] / altosui / AltosSiteMapTile.java
index 10e65bcda81ed5410d9056fc1434572528a1a47a..365e4b6c3c36846a96e9fdc91ffed0fec6e072af 100644 (file)
@@ -56,7 +56,7 @@ public class AltosSiteMapTile extends JLayeredPane {
 
        private boolean drawn_landed_circle = false;
        private boolean drawn_boost_circle = false;
-       public synchronized void show(AltosState state, int crc_errors,
+       public synchronized void show(AltosState state, AltosListenerState listener_state,
                                      Point2D.Double last_pt, Point2D.Double pt)
        {
                if (0 <= state.state && state.state < stateColors.length) {