proper fix for "MODVER" in intro text

previous fix actually was due to an incorrect compile flag
This commit is contained in:
jacob1 2017-03-05 11:07:42 -05:00
parent 287d5f9534
commit 680c47ae3c

View File

@ -30,11 +30,9 @@ 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
#elif MOD_ID > 0
"MODVER " MTOS(SNAPSHOT_ID) " "
#endif
#ifdef X86
"X86 "