From: sparky4 Date: Wed, 22 Mar 2017 14:39:19 +0000 (-0500) Subject: seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd... X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=commitdiff_plain;h=26536b16d4825df06a4e73380985afb3a0bfb7e4 seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd.c ][ ca needs huge amounts of work and i should remember what needs to be done soon also i should reverify 16_in.c to make sure it can work with other code of id engine] going to port rest of code to borland c some time so we can use the core components of id engine here --- diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 88e756db..d7350bb2 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -428,7 +428,7 @@ typedef struct mmblockstruct { word start,length; //word start; dword length; - word blob; //for data larger than 64k +//++++ word blob; //for data larger than 64k unsigned attributes; memptr *useptr; // pointer to the segment start struct mmblockstruct far *next;