forwardmove/sidemove runspeed property has no effect
Moderator: Graf Zahl
-
- Posts: 397
- Joined: Tue Jul 19, 2005 4:14
- Location: Programmer's Room, talking to Will Harvey
forwardmove/sidemove runspeed property has no effect
I mistakenly posted this in the ZDoom Bugs thread when it DOES work in ZDoom. However, it does not appear to work in GZDoom. Same file as before.
-
- GZDoom Developer
- Posts: 7148
- Joined: Wed Jul 20, 2005 9:48
- Location: Germany
Fixed.
This was one nasty little f*cker caused by different floating point optimization settings. Actually it did occur in ZDoom as well when compiled with fast floating point optimization (as AFAIK GCC does)
Someone really should look through ZDoom's code for floating point math and change as much as possible to double...
This was one nasty little f*cker caused by different floating point optimization settings. Actually it did occur in ZDoom as well when compiled with fast floating point optimization (as AFAIK GCC does)
Someone really should look through ZDoom's code for floating point math and change as much as possible to double...