X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fobject%2Fthunderstorm.cpp;h=656bd0a14d9f339b5a26b4d16f77461d31e7269b;hb=1dfbd27a41341f26775ca4e2b9ca4864f5744a6f;hp=b5d1627e8d0e3670a27bf072ce427dbd5b02debc;hpb=4a486d92343d1824b311c234e9321e08f280fe68;p=supertux.git diff --git a/src/object/thunderstorm.cpp b/src/object/thunderstorm.cpp index b5d1627e8..656bd0a14 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)