diff options
author | Colin Snover | 2017-11-04 20:05:50 -0500 |
---|---|---|
committer | Filippos Karapetis | 2018-08-26 15:33:44 +0300 |
commit | 6af0c77b5a8fb9176870b287e0eb18c99c82c102 (patch) | |
tree | 9651d886f556be9a2d0805a4d40df20d8ea4f0d8 /engines/startrek/startrek.cpp | |
parent | 39ad93d738e46a3af8f7bd3c75bbb0ac6e058b11 (diff) | |
download | scummvm-rg350-6af0c77b5a8fb9176870b287e0eb18c99c82c102.tar.gz scummvm-rg350-6af0c77b5a8fb9176870b287e0eb18c99c82c102.tar.bz2 scummvm-rg350-6af0c77b5a8fb9176870b287e0eb18c99c82c102.zip |
SWORD25: Remove use of C99 sqrtf
C++ sqrt is overloaded so operates using single-precision when
receiving a float input. The C standard library on FreeMiNT does
not fully support C99 math so use of sqrtf instead of sqrt(float)
does not work.
Diffstat (limited to 'engines/startrek/startrek.cpp')
0 files changed, 0 insertions, 0 deletions