strings.c
changeset 656 e3e435079efa
parent 534 306bc86eb23e
child 659 a9733f856cd0
equal deleted inserted replaced
655:1c4eff980c54 656:e3e435079efa
    17 
    17 
    18 static byte **_langpack_offs;
    18 static byte **_langpack_offs;
    19 static byte *_langpack;
    19 static byte *_langpack;
    20 static uint _langtab_num[32]; // Offset into langpack offs
    20 static uint _langtab_num[32]; // Offset into langpack offs
    21 static uint _langtab_start[32]; // Offset into langpack offs
    21 static uint _langtab_start[32]; // Offset into langpack offs
    22 
       
    23 #ifdef WITH_REV_HACK
       
    24 	#define WITH_REV
       
    25 	const char _openttd_revision[] = WITH_REV_HACK;
       
    26 #else
       
    27 	#ifdef WITH_REV
       
    28 	extern const char _openttd_revision[];
       
    29 	#endif
       
    30 #endif
       
    31 
    22 
    32 typedef byte *PlayerNameGeneratorProc(byte *buffr);
    23 typedef byte *PlayerNameGeneratorProc(byte *buffr);
    33 
    24 
    34 typedef struct {
    25 typedef struct {
    35 	uint32 ident;
    26 	uint32 ident;