summaryrefslogtreecommitdiff
path: root/disaster_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'disaster_cmd.c')
-rw-r--r--disaster_cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/disaster_cmd.c b/disaster_cmd.c
index 39e97c1b2..2c8c6e73c 100644
--- a/disaster_cmd.c
+++ b/disaster_cmd.c
@@ -898,10 +898,11 @@ static void Disaster6_Init(void)
static void Disaster7_Init(void)
{
int index = GB(Random(), 0, 4);
- Industry *i;
uint m;
for (m = 0; m < 15; m++) {
+ const Industry* i;
+
FOR_ALL_INDUSTRIES(i) {
if (i->xy != 0 && i->type == IT_COAL_MINE && --index < 0) {
SetDParam(0, i->town->index);