@ -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;
}
The note is not visible to the blocked user.