diff --git a/source/games/sw/src/predict.cpp b/source/games/sw/src/predict.cpp index 9f161ca99..171962ede 100644 --- a/source/games/sw/src/predict.cpp +++ b/source/games/sw/src/predict.cpp @@ -45,7 +45,7 @@ PLAYER* ppp = &PredictPlayer; struct PREDICT { int x,y,z; - binangle ang; + DAngle ang; fixedhoriz horiz; short filler; };