diff options
Diffstat (limited to 'engines/glk/alan3/alan3.cpp')
-rw-r--r-- | engines/glk/alan3/alan3.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/glk/alan3/alan3.cpp b/engines/glk/alan3/alan3.cpp index d5a062b76a..c7c4c6c48e 100644 --- a/engines/glk/alan3/alan3.cpp +++ b/engines/glk/alan3/alan3.cpp @@ -25,6 +25,7 @@ #include "glk/alan3/main.h" #include "glk/alan3/glkio.h" #include "glk/alan3/options.h" +#include "glk/alan3/syserr.h" #include "common/system.h" #include "common/config-manager.h" #include "common/translation.h" @@ -58,6 +59,9 @@ Alan3::Alan3(OSystem *syst, const GlkGameDescription &gameDesc) : GlkAPI(syst, g logOption = false; statusLineOption = true; regressionTestOption = false; + + // syserr + setSyserrHandler(nullptr); } void Alan3::runGame() { |