FIX:the last line of stones wasn't draw right with debugging of.

origin
stpohle 23 years ago
parent 6ecc21c17d
commit 4bd0a46712

@ -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) {

Loading…
Cancel
Save