HDB: Remove warning

This commit is contained in:
Eugene Sandulenko 2019-06-30 00:52:03 +02:00
parent bebb2e3956
commit a4eb195ab8

View File

@ -885,7 +885,6 @@ void AI::animateEntity(AIEntity *e) {
if we're on a waypoint, nevermind!
*/
if (e == _player) {
warning("FIXME: Ambiguous animateEntity() code");
result = e->x == (e->goalX * kTileWidth) && e->y == (e->goalY * kTileWidth);
if (!result) {
int xv = 0, yv = 0;