diff options
Diffstat (limited to 'flip.c')
| -rw-r--r-- | flip.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1059,8 +1059,7 @@ static void draw_tile(frontend *fe, game_drawstate *ds, if (animtime < 0.5) colour = COL_WRONG + COL_RIGHT - colour; - draw_polygon(fe, coords, 4, TRUE, colour); - draw_polygon(fe, coords, 4, FALSE, COL_GRID); + draw_polygon(fe, coords, 4, colour, COL_GRID); } /* |