forked from mirror/OpenTTD
(svn r293) -Feature: Windows now shows (available) revision, release information in title bar
This commit is contained in:
12
strings.c
12
strings.c
@@ -19,12 +19,12 @@ static uint _langtab_num[32]; // Offset into langpack offs
|
||||
static uint _langtab_start[32]; // Offset into langpack offs
|
||||
|
||||
#ifdef WITH_REV_HACK
|
||||
#define WITH_REV
|
||||
const char _openttd_revision[] = WITH_REV_HACK;
|
||||
#endif
|
||||
|
||||
#ifdef WITH_REV
|
||||
extern const char _openttd_revision[];
|
||||
#define WITH_REV
|
||||
const char _openttd_revision[] = WITH_REV_HACK;
|
||||
#else
|
||||
#ifdef WITH_REV
|
||||
extern const char _openttd_revision[];
|
||||
#endif
|
||||
#endif
|
||||
|
||||
typedef byte *PlayerNameGeneratorProc(byte *buffr);
|
||||
|
Reference in New Issue
Block a user