28.09.2011, 15:51
Vehicle health is a float, not an integer. I can't be bothered to explain the IEEE-754 floating point format, but "0x7F800000" is a special bit pattern for positive infinity. It depends on how the code works internally though, which may be the problem.

