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

Error about illegal object in object_address() ignores error settings #2

Closed DavidKinder closed 5 years ago

DavidKinder commented 5 years ago

The function object_address() checks for invalid object references and prints out an error. This should respect the error flags in the interpreter in the same way as runtime_error() does.

DavidKinder commented 5 years ago

Fixed by b711c5678c897904bd6d12a474edf25f9f7e0227