(svn r1007) Remove the last SET_DPARAM (:
authortron
Fri, 10 Dec 2004 15:12:48 +0000
changeset 587 ea2a8bd38f41
parent 586 b66e187503b3
child 588 03521b270f62
(svn r1007) Remove the last SET_DPARAM (:
intro_gui.c
--- a/intro_gui.c	Fri Dec 10 13:58:39 2004 +0000
+++ b/intro_gui.c	Fri Dec 10 15:12:48 2004 +0000
@@ -199,7 +199,7 @@
 #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