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