Minor bug fixes from James Harvey.

[originally from svn r8785]
This commit is contained in:
Simon Tatham
2009-12-17 18:20:32 +00:00
parent 97477f0916
commit 8628a0630c
5 changed files with 8 additions and 7 deletions

View File

@ -1302,7 +1302,7 @@ static void draw_laser_tile(drawing *dr, game_state *gs, game_drawstate *ds,
draw_rect_outline(dr, dx, dy, TILE_SIZE, TILE_SIZE, COL_GRID);
if (gs_tile &~ (LASER_WRONG | LASER_OMITTED | FLAG_CURSOR)) {
char str[10];
char str[32];
int tcol = flash ? COL_FLASHTEXT : omitted ? COL_WRONG : COL_TEXT;
if (reflect || hit)