X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fscripting%2Ffloating_image.cpp;h=b45eb090656524379b1a88d62dfa966b747b6345;hb=c81b842f4880cd7b4958e03e983e50bff95d02ef;hp=1410827e7f5a3e7c7c4a9963bd41f61e63fe9fbe;hpb=c1277f5b7db9f55d1d28f658b4e804f32b76f0ce;p=supertux.git diff --git a/src/scripting/floating_image.cpp b/src/scripting/floating_image.cpp index 1410827e7..b45eb0906 100644 --- a/src/scripting/floating_image.cpp +++ b/src/scripting/floating_image.cpp @@ -21,12 +21,12 @@ #include "supertux/sector.hpp" #include "worldmap/worldmap.hpp" -namespace Scripting { +namespace scripting { FloatingImage::FloatingImage(const std::string& spritefile) : floating_image() { - using namespace WorldMapNS; + using namespace worldmap; floating_image = new _FloatingImage(spritefile); if(Sector::current() != NULL) {