]> git.localhorst.tv Git - l2e.git/commit
fixed divide by zero bug in MapState
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Dec 2012 16:01:29 +0000 (17:01 +0100)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Thu, 27 Dec 2012 16:01:29 +0000 (17:01 +0100)
commitc49d46cbfbd7720627af2414e94963850fe8eed6
tree854e576716a60ee99b9dc57cc22ad4f70dc02fbe
parent5d1a76ae7725af998c6ee46adfe492c68ee1d34f
fixed divide by zero bug in MapState

and added more tests for the Fixed operators
src/map/MapState.cpp
src/math/Fixed.h
tests/math/FixedTest.cpp