File diff r1305:c1e00e4a60e3 → r1306:a1d9c81639d7
variables.h
Show inline comments
 
@@ -378,9 +378,6 @@ typedef struct {
 

	
 
VARDEF CargoConst _cargoc;
 

	
 
typedef byte TownNameGenerator(byte *buf, uint32 seed);
 
extern TownNameGenerator * const _town_name_generators[];
 

	
 

	
 
static inline void SetDParamX(uint32 *s, uint n, uint32 v)
 
{