summaryrefslogtreecommitdiff
path: root/data/IntroText.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-08 11:44:58 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-08 11:44:58 (GMT)
commit152bc8f0924a4502fe6013b1d9957ffe9df8316f (patch)
treefa61ed0ba16821897659a1219b5206a3f45f8a75 /data/IntroText.h
parent8ec66aede972f1edef43884d0f6b48306ba485c5 (diff)
downloadpowder-152bc8f0924a4502fe6013b1d9957ffe9df8316f.zip
powder-152bc8f0924a4502fe6013b1d9957ffe9df8316f.tar.gz
Correct platform detection in introtext
Diffstat (limited to 'data/IntroText.h')
-rw-r--r--data/IntroText.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/data/IntroText.h b/data/IntroText.h
index 59e7e19..3b33dfb 100644
--- a/data/IntroText.h
+++ b/data/IntroText.h
@@ -25,7 +25,7 @@ static const char *introTextData =
"\n"
"\bgTo use online features such as saving, you need to register at: \brhttp://powdertoy.co.uk/Register.html\n"
"\n"
- "\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " "
+ "\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM " "
#ifdef X86
"X86 "
#endif
@@ -38,15 +38,6 @@ static const char *introTextData =
#ifdef X86_SSE3
"X86_SSE3 "
#endif
-#ifdef LIN32
- "LIN32 "
-#endif
-#ifdef LIN64
- "LIN64 "
-#endif
-#ifdef WIN32
- "WIN32 "
-#endif
#ifdef MACOSX
"MACOSX "
#endif