From: David Griffith Date: Wed, 30 Jan 2019 12:52:26 +0000 (-0800) Subject: f_setup.interpreter_number is now for the curses interface too. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=70424d5b71b48cb432f6901b932b6c26195b3bb6;p=liskon_frotz.git f_setup.interpreter_number is now for the curses interface too. --- diff --git a/src/common/setup.h b/src/common/setup.h index a19ac0f..6962823 100644 --- a/src/common/setup.h +++ b/src/common/setup.h @@ -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 */