mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-31 19:51:45 +02:00
disable experimental elements in mods, intro text fix for mods
This commit is contained in:
@@ -30,8 +30,12 @@ static const char *introTextData =
|
||||
"\n"
|
||||
"\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM " "
|
||||
#ifdef SNAPSHOT
|
||||
#if MOD_ID > 0
|
||||
"MODVER " MTOS(SNAPSHOT_ID) " "
|
||||
#else
|
||||
"SNAPSHOT " MTOS(SNAPSHOT_ID) " "
|
||||
#endif
|
||||
#endif
|
||||
#ifdef X86
|
||||
"X86 "
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user