summaryrefslogtreecommitdiff
path: root/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'town.h')
-rw-r--r--town.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/town.h b/town.h
index 1ad4a7f04..4c54e6bf0 100644
--- a/town.h
+++ b/town.h
@@ -188,7 +188,7 @@ static inline TownID GetTownArraySize(void)
* _really_ returns the highest index + 1. Now it just returns
* the next safe value we are sure about everything is below.
*/
- return _total_towns + 1;
+ return _total_towns;
}
/**