- Replace binangle in ShadowWarrior::PREDICT with DAngle object(s).

This commit is contained in:
Mitchell Richters 2022-08-27 14:50:44 +10:00 committed by Christoph Oelckers
parent 08b10a7320
commit 303e7ddf76

View file

@ -45,7 +45,7 @@ PLAYER* ppp = &PredictPlayer;
struct PREDICT
{
int x,y,z;
binangle ang;
DAngle ang;
fixedhoriz horiz;
short filler;
};