X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsupertux%2Fgame_session.cpp;h=b1396bf212bbea2735cd816d4dd5463f470e29cf;hb=13e56e5b8d9727128667bb42c3aa4850b4a8dd00;hp=4cded8f6f725f4fe5713f04d8607fd35c55a30f0;hpb=045255cdf0a58161b908d769bc0bde1778c33e14;p=supertux.git diff --git a/src/supertux/game_session.cpp b/src/supertux/game_session.cpp index 4cded8f6f..b1396bf21 100644 --- a/src/supertux/game_session.cpp +++ b/src/supertux/game_session.cpp @@ -274,7 +274,7 @@ GameSession::force_ghost_mode() HSQUIRRELVM GameSession::run_script(std::istream& in, const std::string& sourcename) { - using namespace Scripting; + using namespace scripting; // garbage collect thread list for(ScriptList::iterator i = scripts.begin(); @@ -491,7 +491,7 @@ GameSession::update(float elapsed_time) void GameSession::finish(bool win) { - using namespace WorldMapNS; + using namespace worldmap; if (edit_mode) { force_ghost_mode();