]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
added MorphOS labeling
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Feb 2006 02:15:10 +0000 (02:15 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Mon, 27 Feb 2006 02:15:10 +0000 (02:15 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6040 d7cf8633-e32d-0410-b094-e92efae38249

host.c

diff --git a/host.c b/host.c
index 49dcad4c74cae7679e201e0f7b27d5769a8718aa..05dcd78a3473481980f979266e1bab4b0d09ed15 100644 (file)
--- a/host.c
+++ b/host.c
@@ -946,6 +946,8 @@ void Host_Init (void)
        os = "OpenBSD";
 #elif defined(MACOSX)
        os = "Mac OS X";
+#elif defined(__MORPHOS__)
+       os = "MorphOS";
 #else
        os = "Unknown";
 #endif