diff --git a/sys/src/games/mines/ghost.c b/sys/src/games/mines/ghost.c index 7f6375733..0c24d2ba0 100644 --- a/sys/src/games/mines/ghost.c +++ b/sys/src/games/mines/ghost.c @@ -255,7 +255,7 @@ merge(CList **clp, int *nclp, int start, int split) next: ; } qi = q->next; - q->next = -1; + q->next = -2; } if(zero != 0){ for(i = 0, j = 0; i < *nclp; i++)