visual studio compilation fix

This commit is contained in:
Enno Rehling 2015-10-14 22:09:11 +02:00
parent ef1a2dfc4f
commit 467ce2a719
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ extern "C" {
short max_road; /* this many stones make a full road */ short max_road; /* this many stones make a full road */
short distribution; /* multiplier used for seeding */ short distribution; /* multiplier used for seeding */
struct terrain_production *production; 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); const char *(*name) (const struct region * r);
struct terrain_type *next; struct terrain_type *next;
} terrain_type; } terrain_type;