diff options
Diffstat (limited to 'pegs.c')
| -rw-r--r-- | pegs.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -936,8 +936,7 @@ static void game_set_size(drawing *dr, game_drawstate *ds, assert(TILESIZE > 0); - if (ds->drag_background) - blitter_free(dr, ds->drag_background); + assert(!ds->drag_background); /* set_size is never called twice */ ds->drag_background = blitter_new(dr, TILESIZE, TILESIZE); } |