X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=3fa1feb335ced492a655faf2c2195e411e338469;hp=1aa8b53fc3b0252aae008fb0267824a41c16f340;hb=050d28da3358d5c1434fda542ec11adbee182ea5;hpb=adb425e17c32e33e71670dd69c909717f1d65acb diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 1aa8b53f..3fa1feb3 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -468,14 +468,11 @@ typedef struct //from 16_mm //========================================================================== -#define MAXBLOCKS 1024//kd=1300 wolf3d=700 cata=600 -//----#define MAXUMBS 12 +#define MAXBLOCKS 800//kd=1300 wolf3d=700 cata=600 typedef struct mmblockstruct { - word start,length; - //word start; dword length; -//++++ word blob; //for data larger than 64k + unsigned start,length; unsigned attributes; memptr *useptr; // pointer to the segment start struct mmblockstruct far *next;