X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=ffc4ae6f136988396310a5131cc10386c694624a;hb=18e1b0c530d68a65c6e9434b03ad8df4c1985a1a;hp=1aa8b53fc3b0252aae008fb0267824a41c16f340;hpb=3e67fca24b59811ced65929a140f6c242b161d90;p=16.git diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 1aa8b53f..ffc4ae6f 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -41,6 +41,8 @@ #define BOFS page[1].data #define DOFS page[0].data +#define CONFIGNAME "config.16" + /* * typedefs of the game variables! */ @@ -468,14 +470,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;