Skip to content

Commit

Permalink
proper fix for "MODVER" in intro text
Browse files Browse the repository at this point in the history
previous fix actually was due to an incorrect compile flag
  • Loading branch information
jacob1 committed Mar 5, 2017
1 parent 287d5f9 commit 680c47a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions data/IntroText.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 "
Expand Down

0 comments on commit 680c47a

Please sign in to comment.