openclonk/planet/Objects.ocd/Clonk.ocd/Animations.ocd
Nicolas Hake db9ee644eb Fix walking animation with xdir=0 (#887)
When trying to get the sign of the horizontal velocity, a calculation
erroneously assumed that it could never be 0. When it did, a #DE was
raised. This changeset replaces the calculation with the Sign() function
from Math.c, which handles a zero argument correctly.
2012-12-17 02:11:03 +01:00
..
DefCore.txt seperated animations from clonks script 2011-10-08 19:04:57 +02:00
Graphics.png seperated animations from clonks script 2011-10-08 19:04:57 +02:00
Script.c Fix walking animation with xdir=0 (#887) 2012-12-17 02:11:03 +01:00