fixing some uninitialized stuff

This commit is contained in:
Nikolay Korolev 2020-06-06 13:31:09 +03:00
commit 3f26250d73
8 changed files with 31 additions and 2 deletions

View file

@ -63,6 +63,10 @@ CTrain::CTrain(int32 id, uint8 CreatedBy)
bUsesCollision = true;
SetStatus(STATUS_TRAIN_MOVING);
#ifdef FIX_BUGS
m_isFarAway = true;
#endif
}
void