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

@ -84,6 +84,10 @@ CPlane::CPlane(int32 id, uint8 CreatedBy)
SetStatus(STATUS_PLANE);
bIsBIGBuilding = true;
m_level = LEVEL_NONE;
#ifdef FIX_BUGS
m_isFarAway = true;
#endif
}
CPlane::~CPlane()