henricj / dunelegacy

GNU General Public License v2.0
27 stars 5 forks source link

Remove use of relying on exceptions as control flow when reading an input stream #34

Closed juj closed 2 years ago

juj commented 2 years ago

Remove use of relying on exceptions as control flow when reading an input stream. Closes #24.

This eases running the game while having a debugger attached that catches on all thrown exceptions.