fixed the centering of the score on the miniscore board

This commit is contained in:
Magnus Auvinen 2008-03-17 02:00:45 +00:00
parent 57204ecd9d
commit f62a215b70

View file

@ -1322,7 +1322,7 @@ void render_game()
}
}
else
gfx_text(0, whole-20-w/2, 300-40-15+t*20+2, 14, buf, -1);
gfx_text(0, whole-20-w/2, 300-40-15+t*20, 14, buf, -1);
}
}