DavidKinder / Windows-Frotz

Z-code interpreter for Windows, based on Stefan Jokisch's Frotz interpreter core.
http://www.davidkinder.co.uk/frotz.html
GNU General Public License v2.0
58 stars 12 forks source link

Renamed Frotz.exe should look for matching Z-code file ending in .zblorb #3

Closed DavidKinder closed 5 years ago

DavidKinder commented 5 years ago

When started the interpreter looks for a Z-code file with the same base name as the executable, but ending in .z5, .z6, .z8 or .zlb. ".zblorb" should be added to that list.

DavidKinder commented 5 years ago

Fixed by e2ef6832c42b13e91581332ed4f8a9c9cac8b9a3