Renamed namespaces to all lowercase
[supertux.git] / src / worldmap / sprite_change.hpp
index fc9b9a2..0f7843e 100644 (file)
@@ -27,7 +27,7 @@
 
 class Sprite;
 
-namespace WorldMapNS {
+namespace worldmap {
 
 class SpriteChange : public GameObject
 {
@@ -75,7 +75,7 @@ private:
   static std::list<SpriteChange*> all_sprite_changes;
 };
 
-} // namespace WorldMapNS
+} // namespace worldmap
 
 #endif