Made code -Wshadow clean, missed a bunch of issues in the last commit
[supertux.git] / src / supertux / fadeout.cpp
index 8259beb..b03efce 100644 (file)
@@ -18,8 +18,8 @@
 #include "supertux/globals.hpp"
 #include "video/drawing_context.hpp"
 
-FadeOut::FadeOut(float fade_time, Color color)
-  : color(color), fade_time(fade_time), accum_time(0)
+FadeOut::FadeOut(float fade_time_, Color color_)
+  : color(color_), fade_time(fade_time_), accum_time(0)
 {
 }