]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
added MorphOS labeling
[xonotic/darkplaces.git] / 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