From: Côme BERNIGAUD Date: Thu, 12 May 2011 17:43:57 +0000 (+0200) Subject: removing a debug cout X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=710fa624080c2f2db7923832e2fd9945f4dd8254;p=lugaru.git removing a debug cout --- diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 86f840f..b1f3ecc 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -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:";