src/strings.cpp
branchnoai
changeset 10249 58810805030e
parent 10142 56ee7da4ad56
child 10294 7798ae816af8
--- a/src/strings.cpp	Thu Apr 17 08:40:01 2008 +0000
+++ b/src/strings.cpp	Fri Apr 18 23:33:51 2008 +0000
@@ -1195,7 +1195,7 @@
 	}
 
 	/* town name? */
-	if (IsInsideMM(ind - 6, 0, SPECSTR_TOWNNAME_LAST-SPECSTR_TOWNNAME_START + 1)) {
+	if (IsInsideMM(ind - 6, 0, SPECSTR_TOWNNAME_LAST - SPECSTR_TOWNNAME_START + 1)) {
 		buff = GetSpecialTownNameString(buff, ind - 6, GetInt32(&argv), last);
 		return strecpy(buff, " Transport", last);
 	}