X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fthunderstorm.cpp;h=f896f25b663d8a65a291c5983290498f8558a5f3;hb=ae7bd4f460fdd93934fc0abc9589758a49309bda;hp=b5d1627e8d0e3670a27bf072ce427dbd5b02debc;hpb=4a486d92343d1824b311c234e9321e08f280fe68;p=supertux.git diff --git a/src/object/thunderstorm.cpp b/src/object/thunderstorm.cpp index b5d1627e8..f896f25b6 100644 --- a/src/object/thunderstorm.cpp +++ b/src/object/thunderstorm.cpp @@ -37,8 +37,8 @@ #include "log.hpp" namespace { - const float LIGHTNING_DELAY = 2.0; - const float FLASH_DISPLAY_TIME = 0.1; + const float LIGHTNING_DELAY = 2.0f; + const float FLASH_DISPLAY_TIME = 0.1f; } Thunderstorm::Thunderstorm(const lisp::Lisp& reader)