strings.c
changeset 287 121d79bcd34c
parent 261 c4fcd343e906
child 395 788a9bba0889
equal deleted inserted replaced
286:b22e852634e4 287:121d79bcd34c
    17 static byte *_langpack;
    17 static byte *_langpack;
    18 static uint _langtab_num[32]; // Offset into langpack offs
    18 static uint _langtab_num[32]; // Offset into langpack offs
    19 static uint _langtab_start[32]; // Offset into langpack offs
    19 static uint _langtab_start[32]; // Offset into langpack offs
    20 
    20 
    21 #ifdef WITH_REV_HACK
    21 #ifdef WITH_REV_HACK
    22 #define WITH_REV
    22 	#define WITH_REV
    23 const char _openttd_revision[] = WITH_REV_HACK;
    23 	const char _openttd_revision[] = WITH_REV_HACK;
    24 #endif
    24 #else
    25 
    25 	#ifdef WITH_REV
    26 #ifdef WITH_REV
    26 	extern const char _openttd_revision[];
    27 extern const char _openttd_revision[];
    27 	#endif
    28 #endif
    28 #endif
    29 
    29 
    30 typedef byte *PlayerNameGeneratorProc(byte *buffr);
    30 typedef byte *PlayerNameGeneratorProc(byte *buffr);
    31 
    31 
    32 typedef struct {
    32 typedef struct {