Made code -Wshadow clean, missed a bunch of issues in the last commit
[supertux.git] / src / audio / stream_sound_source.hpp
index 1dbc63b..d840066 100644 (file)
@@ -38,9 +38,9 @@ public:
   }
   void update();
 
-  void set_looping(bool looping)
+  void set_looping(bool looping_)
   {
-    this->looping = looping;
+    this->looping = looping_;
   }
   bool get_looping() const
   {