diff -r 4e57aeeeafcd -r 4bcab9c286d8 src/strings.cpp --- a/src/strings.cpp Tue Feb 13 12:34:54 2007 +0000 +++ b/src/strings.cpp Tue Feb 13 15:42:52 2007 +0000 @@ -802,7 +802,7 @@ case SCC_STATION_NAME: { // {STATION} const Station* st = GetStation(GetInt32(&argv)); - if (!IsValidStation(st)) { // station doesn't exist anymore + if (!st->IsValid()) { // station doesn't exist anymore buff = GetStringWithArgs(buff, STR_UNKNOWN_DESTINATION, NULL, last); } else { int32 temp[2];