From 4bd0a4671299e7ab5f948d59611983a0bb35a57b Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 12 May 2003 21:42:30 +0000 Subject: [PATCH] FIX:the last line of stones wasn't draw right with debugging of. --- src/game.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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) {