Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npc_daphne_stilwellAI: remove superfluous checks.
The member m_wave is an unsigned integer and those are always positive. This also fixes a pair of GCC/clang 'warning: comparison is always false due to limited range of data type [-Wtype-limits]' compiler warnings.
- Loading branch information