X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=1aa8b53fc3b0252aae008fb0267824a41c16f340;hp=f45195d698b9a93d9336987d3ed69157b18a4a1e;hb=adb425e17c32e33e71670dd69c909717f1d65acb;hpb=28b1be191222717943878f024cddac30b026318e diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index f45195d6..1aa8b53f 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -660,9 +660,10 @@ typedef struct #define NUMMAPS 4//39 #define NUMSNDCHUNKS 4//3 -//#define NUMPICS 132//wolf3d wl6 +//#define NUMPICS 4//132//wolf3d wl6 #define STRUCTPIC 0 +#define CASVT dword //*start var type #define DATADIR "data/" @@ -718,8 +719,8 @@ typedef struct //TODO: USE THIS!!!! byte far grneeded[NUMCHUNKS]; word _seg *audiosegs[NUMSNDCHUNKS];//long - word _seg *grstarts; // array of offsets in egagraph, -1 for sparse//long - word _seg *audiostarts; // array of offsets in audio / audiot//long + CASVT _seg *grstarts; // array of offsets in egagraph, -1 for sparse//long + CASVT _seg *audiostarts; // array of offsets in audio / audiot//long #ifdef GRHEADERLINKED huffnode *grhuffman; @@ -733,7 +734,7 @@ typedef struct //TODO: USE THIS!!!! huffnode audiohuffman[255]; #endif - long chunkcomplen,chunkexplen; + CASVT chunkcomplen,chunkexplen;//long sd_t sd; //TODO: extend! and learn from keen/wolf/catacomb's code wwww