Cleaned up some debugging code

This commit is contained in:
2011-06-28 22:14:55 -04:00
parent 7e17865c2a
commit 8550b0f8f1
5 changed files with 23 additions and 20 deletions

View File

@ -27,9 +27,7 @@ bool Game::init()
if (background == NULL)
{
#ifdef DEBUG
std::cerr << "debug: Game::init(): error: Couldn't load background image\n";
#endif
debug("Game::init(): error: Couldn't load background image");
return false;
}