Fix issue with action not being updated when typing grow()/fire()/etc in console...
[supertux.git] / src / object / thunderstorm.cpp
index 656bd0a..f896f25 100644 (file)
@@ -37,8 +37,8 @@
 #include "log.hpp"
 
 namespace {
-       const float LIGHTNING_DELAY = 2.0f;
-       const float FLASH_DISPLAY_TIME = 0.1f;
+  const float LIGHTNING_DELAY = 2.0f;
+  const float FLASH_DISPLAY_TIME = 0.1f;
 }
 
 Thunderstorm::Thunderstorm(const lisp::Lisp& reader)