(svn r1007) Remove the last SET_DPARAM (:

This commit is contained in:
tron 2004-12-10 15:12:48 +00:00
parent 38f5ef6bd4
commit 55bac62c5a
1 changed files with 1 additions and 1 deletions

View File

@ -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