[ascii] Fix special info loading

This commit is contained in:
2021-04-26 19:51:00 -06:00
parent 11d5f8af91
commit 1c71a9cc0a

View File

@@ -93,5 +93,6 @@
(stream.dropString "SPECIAL INFO\n")
(doFor y (range height)
(doFor x (range width)
(surface.specialInfo.setCell x y (dictGet infoCodes (stream.expect "a special info code" ->{(stream.takeChars 1)})))))
(surface.specialInfo.setCell x y (dictGet infoCodes (stream.expect "a special info code" ->{(stream.takeChars 1)}))))
(stream.dropString "\n"))
surface)))))