forked from github/server
visual studio compilation fix
This commit is contained in:
parent
ef1a2dfc4f
commit
467ce2a719
|
@ -64,7 +64,7 @@ extern "C" {
|
|||
short max_road; /* this many stones make a full road */
|
||||
short distribution; /* multiplier used for seeding */
|
||||
struct terrain_production *production;
|
||||
const struct item_type **herbs; /* zero-terminated array of herbs */
|
||||
struct item_type **herbs; /* zero-terminated array of herbs */
|
||||
const char *(*name) (const struct region * r);
|
||||
struct terrain_type *next;
|
||||
} terrain_type;
|
||||
|
|
Loading…
Reference in New Issue