summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--industry_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/industry_cmd.c b/industry_cmd.c
index 2e57b59fc..236a34744 100644
--- a/industry_cmd.c
+++ b/industry_cmd.c
@@ -1890,11 +1890,11 @@ static void Save_INDY()
int i = 0;
// Write the vehicles
FOR_ALL_INDUSTRIES(ind) {
- i++;
if (ind->xy != 0) {
SlSetArrayIndex(i);
SlObject(ind, _industry_desc);
}
+ i++;
}
}