Yay! This has been bugging me for a while.Enjay wrote:Could be this:Code: Select all
- Enough with this "momentum" garbage. What Doom calls "momentum" is really velocity, and now it's known as such. The actor variables momx/momy/momz are now known as velx/vely/velz, and the ACS functions GetActorMomX/Y/Z are now known as GetActorVelX/Y/Z. For compatibility, momx/momy/momz will continue to work as aliases from DECORATE. The ACS functions, however, require you to use the new name, since they never saw an official release yet.
Proper zoom function for weapons
Moderator: GZDoom Developers
- David Ferstat
- Posts: 1113
- Joined: Wed Jul 16, 2003 8:53 am
- Location: Perth, Western Australia
- Contact:
Re: Proper zoom function for weapons
Re: Proper zoom function for weapons
Heh. Would a simple refactor fix all the instances of those variables in one sweep though?SoulPriestess wrote:MomX/Y/Z is referenced a lot in the GL renderer, and was actually what I was referring to.