more small adjustments from Tron
[supertux.git] / src / refcounter.hpp
index 0a56b06..e810efe 100644 (file)
@@ -44,7 +44,6 @@ public:
     refcount--;
     if(refcount <= 0) {
       delete this;
-      return;
     }
   }