mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-09 15:30:42 +02:00
Include slightly more future-proof target type in user agent string
This commit is contained in:
@@ -31,7 +31,7 @@ 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
|
||||
#ifdef SNAPSHOT
|
||||
" SNAPSHOT " MTOS(SNAPSHOT_ID)
|
||||
#elif MOD_ID > 0
|
||||
|
Reference in New Issue
Block a user