X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=interpreters%2Fnitfol%2Fnitfol.opt;h=100bb40e32923dfaa29041a0a92b537af0aa65db;hb=ef9854e6a969e9d5c082fcd1b4cda78f74ba44dd;hp=c622c590455f5a2f5f697431820d10b9adffa0eb;hpb=6540e629e91accc5202dc7574d8e747c3fed2c58;p=projects%2Fchimara%2Fchimara.git diff --git a/interpreters/nitfol/nitfol.opt b/interpreters/nitfol/nitfol.opt index c622c59..100bb40 100644 --- a/interpreters/nitfol/nitfol.opt +++ b/interpreters/nitfol/nitfol.opt @@ -3,7 +3,7 @@ # You can alter the 'default' part to change the game's default options. # Longest name Long short description type default code -"Ignore errors" ignore i "Ignore Z-machine strictness errors" flag 1 { ignore_errors = flag; } +"Ignore errors" ignore i "Ignore Z-machine strictness errors" flag 0 { ignore_errors = flag; } Normally nitfol checks for illegal and undefined Z-machine behaviour and alerts the user. If you're playing someone else's buggy game, this can be annoying and you should use this option. "Inferior debugger" fullname f "For running under Emacs or DDD" flag 0 { fullname = flag; }