diff --git a/data/IntroText.h b/data/IntroText.h index ca3f12287..3e9749363 100644 --- a/data/IntroText.h +++ b/data/IntroText.h @@ -2,7 +2,7 @@ #include "Config.h" const char *const introTextData = - "\blThe Powder Toy - Version " MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) " - https://powdertoy.co.uk, irc.freenode.net #powder\n" + "\blThe Powder Toy - Version " MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) " - https://powdertoy.co.uk, irc.libera.chat #powder\n" "\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\xEE\x81\xA9\n" "\n" "\bgControl+C/V/X are Copy, Paste and cut respectively.\n" @@ -31,31 +31,31 @@ const char *const introTextData = "\brThis is a BETA, you cannot save things publicly. If you are planning on publishing any saves, use the release version\n" #endif "\n" - "\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM " " + "\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM #ifdef SNAPSHOT - "SNAPSHOT " MTOS(SNAPSHOT_ID) " " + " SNAPSHOT " MTOS(SNAPSHOT_ID) #elif MOD_ID > 0 - "MODVER " MTOS(SNAPSHOT_ID) " " + " MODVER " MTOS(SNAPSHOT_ID) #endif #ifdef X86 - "X86 " + " X86" #endif #ifdef X86_SSE - "X86_SSE " + " X86_SSE" #endif #ifdef X86_SSE2 - "X86_SSE2 " + " X86_SSE2" #endif #ifdef X86_SSE3 - "X86_SSE3 " + " X86_SSE3" #endif #ifdef LUACONSOLE - "LUACONSOLE " + " LUACONSOLE" #endif #ifdef GRAVFFT - "GRAVFFT " + " GRAVFFT" #endif #ifdef REALISTIC - "REALISTIC" + " REALISTIC" #endif ;