diff options
author | Bdale Garbee <bdale@gag.com> | 2014-09-13 17:57:11 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2014-09-13 17:57:11 -0600 |
commit | 453abb62172324989b38629772f32eddf0c46ea7 (patch) | |
tree | f408967ffec5f5208fbfabb34ba67eab3bf6b798 /altosui/AltosUI.java | |
parent | af61b0d46cb183cdc46e045b21de1bb6ac9b3cb3 (diff) | |
parent | 76d597ba069d953010609c44b5030091dc2c3024 (diff) |
Merge branch 'branch-1.5' of ssh://git.gag.com/scm/git/fw/altos into branch-1.5
Diffstat (limited to 'altosui/AltosUI.java')
-rw-r--r-- | altosui/AltosUI.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/altosui/AltosUI.java b/altosui/AltosUI.java index 0aa5d03c..cc1cf6f2 100644 --- a/altosui/AltosUI.java +++ b/altosui/AltosUI.java @@ -463,7 +463,7 @@ public class AltosUI extends AltosUIFrame { AltosStateIterable states = record_iterable(file); if (states == null) return null; - return new AltosReplayReader(states.iterator(), file); + return new AltosReplayReader(states.iterator(), file, true); } static boolean process_replay(File file) { |