diff options
Diffstat (limited to 'industry.h')
-rw-r--r-- | industry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/industry.h b/industry.h index 2b642dece..e4cbaa628 100644 --- a/industry.h +++ b/industry.h @@ -104,7 +104,7 @@ static inline IndustryID GetIndustryArraySize(void) * _really_ returns the highest index + 1. Now it just returns * the next safe value we are sure about everything is below. */ - return _total_industries + 1; + return _total_industries; } /** |