The behavoir of c_updatehull and vec_for_min/max is different. I would think they would be the same. Is this a bug? Or a bug that wasn't fixed.

bug list
Quote:
The frame parameter of c_updatehull had no effect even with vertex animation (all A7 and A8 versions; fixed in 8.44).


Code
Code:
my.eflags |= NARROW | FAT;	
	wait(1);
c_updatehull(my,30);


Code:
my.eflags |= NARROW | FAT;	
	wait(1);
	my.frame=30;
vec_for_min(my.min_x, my);
vec_for_max(my.max_x, my);
vec_mul(my.min_x,my.scale_x);
vec_mul(my.max_x,my.scale_x);



Model form main folders template/models/sf_woman.mdl - No bones

Can you please view this?