- Replace spritetypebase oz with opos.Z calls and eliminate spritetypebase opos union.

This commit is contained in:
Mitchell Richters 2021-12-11 17:06:18 +11:00 committed by Christoph Oelckers
parent a79b4b5ffc
commit dd0ff465b0
9 changed files with 20 additions and 25 deletions

View file

@ -6508,7 +6508,7 @@ void MoveSkipSavePos(void)
u = actor->u();
sp->backuppos();
u->oz = sp->oz;
u->oz = sp->opos.Z;
}
}
}
@ -6528,7 +6528,7 @@ void MoveSkipSavePos(void)
u = actor->u();
sp->backuppos();
u->oz = sp->oz;
u->oz = sp->opos.Z;
}
}
}