From b918f63f3ee64ff9f5a60afcdb6be14656969e8d Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 28 May 2013 17:00:55 +0100 Subject: fixup atari option names --- amiga/gui.c | 2 +- amiga/gui_options.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'amiga') diff --git a/amiga/gui.c b/amiga/gui.c index 4ce629b73..de6b64e9f 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -131,7 +131,7 @@ #include #include -define AMINS_SCROLLERPEN NUMDRIPENS +#define AMINS_SCROLLERPEN NUMDRIPENS #define NSA_KBD_SCROLL_PX 10 diff --git a/amiga/gui_options.c b/amiga/gui_options.c index 16d6fc1f5..1c06e34a3 100755 --- a/amiga/gui_options.c +++ b/amiga/gui_options.c @@ -943,7 +943,7 @@ void ami_gui_opts_open(void) LAYOUT_AddChild, gow->objects[GID_OPTS_DPI_Y] = IntegerObject, GA_ID, GID_OPTS_DPI_Y, GA_RelVerify, TRUE, - INTEGER_Number, nsoption_int(amiga_ydpi), + INTEGER_Number, nsoption_int(screen_ydpi), INTEGER_Minimum, 60, INTEGER_Maximum, 150, INTEGER_Arrows, TRUE, -- cgit v1.2.3