From 55bac62c5ac9a404f970fdfc1eccde155dea641c Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 10 Dec 2004 15:12:48 +0000 Subject: (svn r1007) Remove the last SET_DPARAM (: --- intro_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intro_gui.c') diff --git a/intro_gui.c b/intro_gui.c index 83692e7f2..65f6d3fa8 100644 --- a/intro_gui.c +++ b/intro_gui.c @@ -199,7 +199,7 @@ static void AskAbandonGameWndProc(Window *w, WindowEvent *e) { #elif defined(__MORPHOS__) SetDParam(0, STR_OSNAME_MORPHOS); #elif defined(__AMIGA__) /* note: __AMIGA__ is defined under MorphOS too, so it must be after __MORPHOS__. */ - SET_DPARAM16(0, STR_OSNAME_AMIGAOS); + SetDParam(0, STR_OSNAME_AMIGAOS); #else SetDParam(0, STR_0134_UNIX); #endif -- cgit v1.2.3-54-g00ecf