diff --git a/src/ship_cmd.cpp b/src/ship_cmd.cpp --- a/src/ship_cmd.cpp +++ b/src/ship_cmd.cpp @@ -351,7 +351,8 @@ static void ShipArrivesAt(const Vehicle* STR_9833_CITIZENS_CELEBRATE_FIRST, (v->owner == _local_player) ? NS_ARRIVAL_PLAYER : NS_ARRIVAL_OTHER, v->index, - 0); + st->index + ); } }