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:
jacob1
2015-09-26 14:56:37 -04:00
parent 908f60d47a
commit cae8c9e095
5 changed files with 18 additions and 14 deletions

View File

@@ -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