From 680c47ae3c15bcf84bcaa616da08c1b1bdc5fc50 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 5 Mar 2017 11:07:42 -0500 Subject: [PATCH] proper fix for "MODVER" in intro text previous fix actually was due to an incorrect compile flag --- data/IntroText.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/data/IntroText.h b/data/IntroText.h index 854106fb6..efab7cb8d 100644 --- a/data/IntroText.h +++ b/data/IntroText.h @@ -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 "