X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fwebcc.git;a=blobdiff_plain;f=src%2Fapc%2Fir.h;h=ff4a4f1507774c9b7648d8655840b254fd6ed467;hp=cc0508f3a93b7531f068020c501173d2651ef531;hb=706bd2e34ac15ffbc22579fde6289280347d5224;hpb=37f4eaa177b0c48838c1da6726adc94134e96b0d diff --git a/src/apc/ir.h b/src/apc/ir.h index cc0508f..ff4a4f1 100644 --- a/src/apc/ir.h +++ b/src/apc/ir.h @@ -211,8 +211,7 @@ struct odat { int hitbox; struct root root; struct ref* refp; /* pointer to it's ref on ref_list */ - int num_quads; - struct quad quad_list[MAX_QUADS]; + void* quad_filep; }; struct odat* curr_set_odatp; //when a set has elements, insert_set() can no longer @@ -323,7 +322,7 @@ insert_root(int, int, int); /* Inserts a quad into the CURR_ODAT */ void -insert_quad(int, int, int, uint64_t); +insert_quad(void*); void insert_model(void);