From 70424d5b71b48cb432f6901b932b6c26195b3bb6 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Wed, 30 Jan 2019 04:52:26 -0800 Subject: [PATCH] f_setup.interpreter_number is now for the curses interface too. --- src/common/setup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.34.1