mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-21 13:39:09 +00:00
(svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements.
This commit is contained in:
@@ -1468,7 +1468,7 @@ static inline void SetLastSpeed(Train *v, int spd)
|
||||
static void MarkTrainAsStuck(Train *v)
|
||||
{
|
||||
if (!HasBit(v->flags, VRF_TRAIN_STUCK)) {
|
||||
/* It is the first time the problem occured, set the "train stuck" flag. */
|
||||
/* It is the first time the problem occurred, set the "train stuck" flag. */
|
||||
SetBit(v->flags, VRF_TRAIN_STUCK);
|
||||
|
||||
v->wait_counter = 0;
|
||||
|
Reference in New Issue
Block a user