src/strings.cpp
changeset 7551 9ae828d83ff2
parent 7547 d13aad2aabd9
child 7552 064d734e9900
--- a/src/strings.cpp	Mon Jun 25 10:10:37 2007 +0000
+++ b/src/strings.cpp	Mon Jun 25 10:22:48 2007 +0000
@@ -817,9 +817,10 @@
 				if (!st->IsValid()) { // station doesn't exist anymore
 					buff = GetStringWithArgs(buff, STR_UNKNOWN_DESTINATION, NULL, last);
 				} else {
-					int64 temp[2];
+					int64 temp[3];
 					temp[0] = STR_TOWN;
 					temp[1] = st->town->index;
+					temp[2] = st->index;
 					buff = GetStringWithArgs(buff, st->string_id, temp, last);
 				}
 				break;