Page 1 of 1

forwardmove/sidemove runspeed property has no effect

Posted: Mon Jun 30, 2008 3:28
by DoomRater
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.

Posted: Mon Jun 30, 2008 8:48
by Graf Zahl
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...