summaryrefslogtreecommitdiff
path: root/network_gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'network_gui.c')
-rw-r--r--network_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/network_gui.c b/network_gui.c
index 44e109479..044e4d666 100644
--- a/network_gui.c
+++ b/network_gui.c
@@ -1508,7 +1508,7 @@ static const char *ChatTabCompletionNextItem(uint *item)
}
/* Then, try townnames */
- if (*item < (uint)MAX_CLIENT_INFO + GetTownPoolSize()) {
+ if (*item < (uint)MAX_CLIENT_INFO + GetTownArraySize()) {
const Town *t;
FOR_ALL_TOWNS_FROM(t, *item - MAX_CLIENT_INFO) {