by Dan East » Mar 29, 2001 @ 7:40am
Stupid CE debugger. Add this in before the D_DrawSubdiv function (don't put it in the function):<br><br>int d_i;<br>finalvert_t *d_pfv, *d_index0, *d_index1, *d_index2;<br><br>Then insert this in the D_DrawSubdiv function just after the 3 lines where index0-3 are assigned values:<br>d_i=i; d_index0=index0; d_index1=index1; d_index2=index2;<br><br>Try letting it crash again, and see if the debugger will give you those d_ values.<br><br>Dan East