proper fix for "MODVER" in intro text
previous fix actually was due to an incorrect compile flag
This commit is contained in:
parent
287d5f9534
commit
680c47ae3c
@ -30,11 +30,9 @@ static const char *introTextData =
|
|||||||
"\n"
|
"\n"
|
||||||
"\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM " "
|
"\bt" MTOS(SAVE_VERSION) "." MTOS(MINOR_VERSION) "." MTOS(BUILD_NUM) " " IDENT_PLATFORM " "
|
||||||
#ifdef SNAPSHOT
|
#ifdef SNAPSHOT
|
||||||
#if MOD_ID > 0
|
|
||||||
"MODVER " MTOS(SNAPSHOT_ID) " "
|
|
||||||
#else
|
|
||||||
"SNAPSHOT " MTOS(SNAPSHOT_ID) " "
|
"SNAPSHOT " MTOS(SNAPSHOT_ID) " "
|
||||||
#endif
|
#elif MOD_ID > 0
|
||||||
|
"MODVER " MTOS(SNAPSHOT_ID) " "
|
||||||
#endif
|
#endif
|
||||||
#ifdef X86
|
#ifdef X86
|
||||||
"X86 "
|
"X86 "
|
||||||
|
Loading…
Reference in New Issue
Block a user