X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=f4b9d094553fde03019ab16c451c78c848285be5;hp=ce68bda54e2829c1ff6ff53c303a139df2ab2521;hb=8db9019df22bf792ea02096dec8c3d862fa00155;hpb=417cb6eac7932db6e16decc754dc1ed0b5720f3b diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index ce68bda5..f4b9d094 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -457,7 +457,7 @@ typedef struct word bordercolor; boolean fastpalette; byte far palette1[256][3],far palette2[256][3]; - pictabletype _seg *pictable; +//???? pictabletype _seg *pictable; //keen/cata vars // spritetabletype _seg *spritetable; // unsigned *shifttabletable[8]; @@ -497,11 +497,12 @@ typedef struct //from 16_mm //========================================================================== -#define MAXBLOCKS 256//800 //kd=1300 wolf3d=700 cata=600 +#define MAXBLOCKS 1024 //kd=1300 wolf3d=700 cata=600 typedef struct mmblockstruct { - unsigned start,length; + //word start,length, word blob; //for data larger than 64k + word start; dword length; unsigned attributes; memptr *useptr; // pointer to the segment start struct mmblockstruct far *next; @@ -762,13 +763,14 @@ typedef struct //TODO: USE THIS!!!! #ifdef AUDIOHEADERLINKED huffnode *audiohuffman; #else -// huffnode audiohuffman[63]; + huffnode audiohuffman[63]; #endif CASVT chunkcomplen,chunkexplen;//long sd_t sd; //TODO: extend! and learn from keen/wolf/catacomb's code wwww + memptr spribuff; //temp } ca_t; //==========================================================================