]> git.jsancho.org Git - lugaru.git/commitdiff
removing a debug cout
authorCôme BERNIGAUD <come.bernigaud@gmail.com>
Thu, 12 May 2011 17:43:57 +0000 (19:43 +0200)
committerCôme BERNIGAUD <come.bernigaud@gmail.com>
Thu, 12 May 2011 17:43:57 +0000 (19:43 +0200)
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:";