diff -r c6dff173182f -r 9ae828d83ff2 src/strings.cpp --- 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;