]> git.jsancho.org Git - lugaru.git/blobdiff - Source/GameTick.cpp
removing a debug cout
[lugaru.git] / Source / GameTick.cpp
index 86f840f4c574ae10dbb809363e6fee2e0cdd8661..b1f3ecc93e9496b582877b3b2a37a4c2fe81fc79 100644 (file)
@@ -1415,7 +1415,6 @@ void Game::Loadlevel(int which){
 }
 
 void Game::Loadlevel(const char *name){
-       cout << "loading level " << name << "…" << endl;
        int templength;
        float lamefloat;
        static const char *pfx = ":Data:Maps:";