Changeset - r587:5b588feaf051
[Not reviewed]
master
0 1 0
tron - 19 years ago 2004-12-10 15:12:48
tron@openttd.org
(svn r1007) Remove the last SET_DPARAM (:
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
intro_gui.c
Show inline comments
 
@@ -199,7 +199,7 @@ static void AskAbandonGameWndProc(Window
 
#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
0 comments (0 inline, 0 general)