From 303e7ddf7616894d2394f1e9b51df7bbdd320da1 Mon Sep 17 00:00:00 2001 From: Mitchell Richters Date: Sat, 27 Aug 2022 14:50:44 +1000 Subject: [PATCH] - Replace `binangle` in `ShadowWarrior::PREDICT` with `DAngle` object(s). --- source/games/sw/src/predict.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; };