X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/2c12137df43a55ee7598f9335fb56b26748386a2..2711f410eb53e9c632ed3021b41f00120913017b:/pearl.c diff --git a/pearl.c b/pearl.c index 9037011..21cca29 100644 --- a/pearl.c +++ b/pearl.c @@ -2279,7 +2279,7 @@ static void draw_square(drawing *dr, game_drawstate *ds, game_ui *ui, /* Draw a clue, if present */ if (clue != NOCLUE) { int c = (lflags & DS_FLASH) ? COL_FLASH : - (clue == CORNER) ? COL_BLACK : COL_WHITE; + (clue == STRAIGHT) ? COL_WHITE : COL_BLACK; if (lflags & DS_ERROR_CLUE) /* draw a bigger 'error' clue circle. */ draw_circle(dr, cx, cy, TILE_SIZE*3/8, COL_ERROR, COL_ERROR);