diff --git a/src/gd_edit/io/map.clj b/src/gd_edit/io/map.clj index 594c0a8..df7412f 100644 --- a/src/gd_edit/io/map.clj +++ b/src/gd_edit/io/map.clj @@ -35,7 +35,7 @@ [preamble] (when (or (not= (:magic preamble) "MAP") - (not= (:version preamble) 8)) + (not (contains? #{8 9} (:version preamble)))) (throw (Throwable. "I don't understand this MAP format!")))) (def sector-id-map