Turn FIXED_TO_FLOAT into a function
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.