dxx-rebirth/similar
Kp a7bd19a7ca Convert fvi to use countarray for segment list
Also fixes a bug where seglist could receive wrong elements when
fvi_sub recursive call returns a type other than HIT_NONE.  Bug caused
by badly named variables:

	int ii;
	for (ii=0;i < temp_n_segs && *n_segs < MAX_FVI_SEGS-1;)
		seglist[(*n_segs)++] = temp_seglist[ii++];

The wrong counter is used for first part of the conditional, so
uninitialized elements of temp_seglist could be read back if i
(==n_segs_visited) is smaller than temp_n_segs or elements could be
skipped if i is greater than temp_n_segs.
2013-12-22 20:56:53 +00:00
..
2d Use array for palette_array_t 2013-12-22 00:37:36 +00:00
3d Fix array underread when no glow is defined 2013-12-19 03:31:24 +00:00
arch Clear SDL_Event before each poll 2013-12-22 20:02:42 +00:00
editor Make Been_visited a local bit array 2013-12-22 05:29:25 +00:00
main Convert fvi to use countarray for segment list 2013-12-22 20:56:53 +00:00
mem Normalize con_printf newline usage 2013-12-07 21:13:37 +00:00
misc Compact known file extension storage 2013-12-13 03:58:01 +00:00