altoslib,altosuilib,altosui: Get stats and replay working again.
[fw/altos] / altosui / AltosUI.java
index b0cff38176d3abedf6d2d33fc51447e4a6812a1c..a6b967f8e3eb5a23f9f4ecc26d2f882be6ba9227 100644 (file)
@@ -481,8 +481,7 @@ public class AltosUI extends AltosUIFrame {
                AltosRecordSet set = record_set(file);
                if (set == null)
                        return null;
-//             return new AltosReplayReader(states.iterator(), file);
-               return null;
+               return new AltosReplayReader(set, file);
        }
 
        static boolean process_replay(File file) {