Remove "AnimWidth2" expect for missiles (#1680)

This commit is contained in:
obligaron 2021-04-25 13:32:33 +02:00 committed by GitHub
commit 239a43cc1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 35 additions and 35 deletions

View file

@ -1683,7 +1683,6 @@ void objects_44D8C5(_object_id ot, int v2, int ox, int oy)
dObject[ox][oy] = oi + 1;
SetupObject(oi, ox, oy, ot);
objects_44DA68(oi, v2);
object[oi]._oAnimWidth2 = (object[oi]._oAnimWidth - 64) / 2;
nobjects++;
}
@ -1903,7 +1902,6 @@ void AddObject(_object_id ot, int ox, int oy)
default:
break;
}
object[oi]._oAnimWidth2 = (object[oi]._oAnimWidth - 64) / 2;
nobjects++;
}