mirror of
https://github.com/ZDoom/Raze.git
synced 2025-04-07 08:22:01 +00:00
- Replace binangle
in ShadowWarrior::PREDICT
with DAngle
object(s).
This commit is contained in:
parent
08b10a7320
commit
303e7ddf76
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ PLAYER* ppp = &PredictPlayer;
|
|||
struct PREDICT
|
||||
{
|
||||
int x,y,z;
|
||||
binangle ang;
|
||||
DAngle ang;
|
||||
fixedhoriz horiz;
|
||||
short filler;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue