dxx-rebirth/common
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 Switch to C++ linkage 2013-12-06 03:35:32 +00:00
arch Add EVENT_WINDOW_CREATED to centralize window init/deinit logic 2013-12-20 02:51:24 +00:00
editor Make med_functions const 2013-11-28 00:27:43 +00:00
include Convert fvi to use countarray for segment list 2013-12-22 20:56:53 +00:00
main Convert fvi to use countarray for segment list 2013-12-22 20:56:53 +00:00
maths Mark private functions static 2013-11-02 04:23:55 +00:00
misc Pass computed message length from Error to con_puts 2013-12-22 20:12:56 +00:00
texmap Switch to C++ linkage 2013-12-06 03:35:32 +00:00
ui Split compiler.h for PCH compatibility 2013-12-21 05:12:38 +00:00