Skip to content

Turn FIXED_TO_FLOAT into a function

Monster Iestyn requested to merge fixed2float-funcs into master

Turn FIXED_TO_FLOAT and FLOAT_TO_FIXED into the functions FixedToFloat and FloatToFixed, though keep the old macros for backwards compatibility. This fixes issues in !861 (merged) and makes !867 (closed) obsolete.

This really has no gameplay implications at all, this is just coding cleanup.

Merge request reports