Remove bogus assert
[supertux.git] / src / scripting / thunderstorm.cpp
index 00e927e..739f6b0 100644 (file)
@@ -20,8 +20,8 @@
 
 namespace scripting {
 
-Thunderstorm::Thunderstorm(::Thunderstorm* thunderstorm)
-  : thunderstorm(thunderstorm)
+Thunderstorm::Thunderstorm(::Thunderstorm* thunderstorm_)
+  : thunderstorm(thunderstorm_)
 {
 }