X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=c2ab97c1c905094065cfae2a13a2c5b54c93fe19;hp=94fecd95058da471911bfa254c04307fd230f5db;hb=e804005356fb0c75771ddeb46e8780c64e673712;hpb=2f706222157c9d186db8adf361542bb76ba259c6 diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 94fecd95..c2ab97c1 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;