(mchr[],m_flags,m_nland): Remove M_UNIT from m_flags in mchr[].
It is not used.
This commit is contained in:
parent
d4f52f6ca2
commit
e47465570a
4 changed files with 1 additions and 6 deletions
|
@ -63,8 +63,6 @@ init_mchr(void)
|
|||
mp->m_flags |= M_CHOPPER;
|
||||
if (mp->m_nplanes && !(mp->m_flags & M_MSL || mp->m_flags & M_FLY))
|
||||
mp->m_flags |= M_MSL;
|
||||
if (mp->m_nland)
|
||||
mp->m_flags |= M_UNIT;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue