summaryrefslogtreecommitdiff
path: root/intro_gui.c
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2004-12-22 21:12:36 +0000
committerbjarni <bjarni@openttd.org>2004-12-22 21:12:36 +0000
commita92dc63ec90343fbe1b403719882a7f8876f67ba (patch)
tree152ac6fd50333783aaad3a27f3e03b5dda93fd45 /intro_gui.c
parente04e8f53c36fc089b233ebe58252b8e675d58f2f (diff)
downloadopenttd-a92dc63ec90343fbe1b403719882a7f8876f67ba.tar.xz
(svn r1236) MorphOS: added make release like in OSX (tokai)
MorphOS: cleaned up the code telling the difference between AmigaOS and MorphOS (tokai)
Diffstat (limited to 'intro_gui.c')
-rw-r--r--intro_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/intro_gui.c b/intro_gui.c
index 74716f0ca..a4f77fcb0 100644
--- a/intro_gui.c
+++ b/intro_gui.c
@@ -198,7 +198,7 @@ static void AskAbandonGameWndProc(Window *w, WindowEvent *e) {
SetDParam(0, STR_OSNAME_BEOS);
#elif defined(__MORPHOS__)
SetDParam(0, STR_OSNAME_MORPHOS);
-#elif defined(__AMIGA__) /* note: __AMIGA__ is defined under MorphOS too, so it must be after __MORPHOS__. */
+#elif defined(__AMIGA__)
SetDParam(0, STR_OSNAME_AMIGAOS);
#else
SetDParam(0, STR_0134_UNIX);