diff options
Diffstat (limited to 'src/train_cmd.cpp')
-rw-r--r-- | src/train_cmd.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/train_cmd.cpp b/src/train_cmd.cpp index 97d44291c..00c5d3a91 100644 --- a/src/train_cmd.cpp +++ b/src/train_cmd.cpp @@ -878,7 +878,7 @@ static void RestoreTrainBackup(TrainList &list) } /** - * Remove the given wagon from it's consist. + * Remove the given wagon from its consist. * @param part the part of the train to remove. * @param chain whether to remove the whole chain. */ @@ -2815,7 +2815,7 @@ void Train::MarkDirty() } /** - * This function looks at the vehicle and updates it's speed (cur_speed + * This function looks at the vehicle and updates its speed (cur_speed * and subspeed) variables. Furthermore, it returns the distance that * the train can drive this tick. This distance is expressed as 256 * n, * where n is the number of straight (long) tracks the train can |