mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-29 10:49:53 +02:00
fix some compile errors with last commit, remove snapshot version info from HUD and add to intro text instead, add tpt.version.snapshot
This commit is contained in:
@@ -29,6 +29,9 @@ static const char *introTextData =
|
||||
#endif
|
||||
"\n"
|
||||
"\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM " "
|
||||
#ifdef SNAPSHOT
|
||||
"SNAPSHOT " MTOS(SNAPSHOT_ID) " "
|
||||
#endif
|
||||
#ifdef X86
|
||||
"X86 "
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user