diff --git a/src/game.c b/src/game.c index 6d6ccbc..e7a9ce2 100644 --- a/src/game.c +++ b/src/game.c @@ -88,9 +88,8 @@ game_draw_info () else if (bman.state == GS_ready) draw_text (100, 32, "Waiting for the Server to Start", 1); - redraw_logo (0, gfx.res.y - gfx.font.size.y, gfx.res.x, gfx.res.y); - if (debug) { /* do some debug informations on the screen */ + redraw_logo (0, gfx.res.y - gfx.font.size.y, gfx.res.x, gfx.res.y); for (x = 0; x < bman.fieldsize.x; x++) draw_stone (x, bman.fieldsize.y - 1); if (GT_MP_PTP) {