DavidKinder / Git

Fast Glulx interpreter, originally written by Iain Merrick.
MIT License
45 stars 13 forks source link

An error in an accelerated function should only print to Glk if Glk I/O is enabled #16

Closed DavidKinder closed 2 years ago

DavidKinder commented 2 years ago

See the equivalent change in Glulxe: https://github.com/erkyrath/glulxe/commit/fffcf0167674d961afa70afd7fdb6295e20a75cc

DavidKinder commented 2 years ago

Fixed by commit 481cecd00b45d13d802693594d5f5c90d1a09d10. This involved making the I/O mode a global variable (gIoMode).