X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=88ab4cdeb4c10985d37c5af1609bcffc9799e211;hb=dc02e71c9e6a133f3deba4c3315c2062070a10bf;hp=94fecd95058da471911bfa254c04307fd230f5db;hpb=6ad6b07439595dba081165e0ead2c954c8adb6b3;p=16.git diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 94fecd95..88ab4cde 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -497,11 +497,13 @@ typedef struct //from 16_mm //========================================================================== -#define MAXBLOCKS 600//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 start; dword length; + //word blob; //for data larger than 64k unsigned attributes; memptr *useptr; // pointer to the segment start struct mmblockstruct far *next; @@ -769,6 +771,7 @@ typedef struct //TODO: USE THIS!!!! sd_t sd; //TODO: extend! and learn from keen/wolf/catacomb's code wwww + memptr spribuff; //temp } ca_t; //==========================================================================