f_setup.interpreter_number is now for the curses interface too.
authorDavid Griffith <dave@661.org>
Wed, 30 Jan 2019 12:52:26 +0000 (04:52 -0800)
committerDavid Griffith <dave@661.org>
Wed, 30 Jan 2019 12:52:26 +0000 (04:52 -0800)
src/common/setup.h

index a19ac0f3d4db358e37ab1bb41a8896498a51b29d..696282328e5df0a57290bd64a5b71e662672a6f8 100644 (file)
@@ -12,7 +12,7 @@ typedef struct frotz_setup_struct {
        int left_margin;                /* done */
        int right_margin;               /* done */
        int ignore_errors;              /* done */
-       int interpreter_number;         /* Just dumb frotz now */
+       int interpreter_number;         /* done */
        int piracy;                     /* done */
        int undo_slots;                 /* done */
        int expand_abbreviations;       /* done */