View | Details | Raw Unified | Return to bug 21634
Collapse All | Expand All

(-)src/games/worms/worms.c (+2 lines)
Lines 328-333 Link Here
328
				flavor[n % sizeof(flavor)]);
328
				flavor[n % sizeof(flavor)]);
329
			ref[w->ypos[h] = y][w->xpos[h] = x]++;
329
			ref[w->ypos[h] = y][w->xpos[h] = x]++;
330
		}
330
		}
331
		if (usleep(delay))
332
			onsig(SIGTERM);
331
	}
333
	}
332
}
334
}

Return to bug 21634