mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-01 22:20:11 +02:00
Correct platform detection in introtext
This commit is contained in:
@@ -25,7 +25,7 @@ static const char *introTextData =
|
|||||||
"\n"
|
"\n"
|
||||||
"\bgTo use online features such as saving, you need to register at: \brhttp://powdertoy.co.uk/Register.html\n"
|
"\bgTo use online features such as saving, you need to register at: \brhttp://powdertoy.co.uk/Register.html\n"
|
||||||
"\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
|
#ifdef X86
|
||||||
"X86 "
|
"X86 "
|
||||||
#endif
|
#endif
|
||||||
@@ -38,15 +38,6 @@ static const char *introTextData =
|
|||||||
#ifdef X86_SSE3
|
#ifdef X86_SSE3
|
||||||
"X86_SSE3 "
|
"X86_SSE3 "
|
||||||
#endif
|
#endif
|
||||||
#ifdef LIN32
|
|
||||||
"LIN32 "
|
|
||||||
#endif
|
|
||||||
#ifdef LIN64
|
|
||||||
"LIN64 "
|
|
||||||
#endif
|
|
||||||
#ifdef WIN32
|
|
||||||
"WIN32 "
|
|
||||||
#endif
|
|
||||||
#ifdef MACOSX
|
#ifdef MACOSX
|
||||||
"MACOSX "
|
"MACOSX "
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user