joulupunikki / Phoenix

Java clone/remake/patch of the game Emperor of the Fading Suns
https://joulupunikki.github.io/Phoenix/
37 stars 14 forks source link

UNIT.DAT parsing fails on Emperor Wars 3.4e Mod #31

Closed joulupunikki closed 9 years ago

joulupunikki commented 9 years ago

Blank lines are treated as containing unit data => "java.lang.IllegalStateException: No match available" They should be treated like comments.

Also, lines with "{" or "}" are only accepted if braces occur at beginning of line. Add possibility of whitespace before braces to guard against future hiccups.