X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=d6cc2b9a635d4de6a3b6b03bef390828b577a2be;hb=ad7c0e46f0b70f0e601b162411a3e95e788b45f1;hp=6c5ca4e3948ce2c6b548eaf956c7bd30afb48bf2;hpb=2dcd5a983922df452bd7dc56044bfbd2ad07341b;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 6c5ca4e3..d6cc2b9a 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -120,7 +120,7 @@ typedef struct } pan_t; //video -#define NUMCHUNKS 3016 //keen +#define NUMCHUNKS 416 //keen typedef struct { @@ -257,7 +257,7 @@ typedef struct typedef struct { boolean XMSPresent; - word XMSAvail,XMSPagesAvail,XMSHandle;//++++,XMSVer; + word XMSAvail,XMSPagesAvail,XMSHandle;//,XMSVer; dword XMSDriver; int XMSProtectPage;// = -1; } pm_xmmi_t; @@ -321,9 +321,9 @@ typedef struct byte ca_levelbit,ca_levelnum; ca_handle_t file; //files to open ca_mapinfo_t camap; - //_seg *grsegs[NUMCHUNKS]; - //byte far grneeded[NUMCHUNKS]; - //huffnode huffnode; + __SEGA *grsegs[NUMCHUNKS]; + byte far grneeded[NUMCHUNKS]; + huffnode huffnode; } ca_t; //========================================================================== @@ -334,10 +334,11 @@ typedef struct video_t video; // video settings variable ca_t ca; // ca stuff pm_t pm; // pm stuff - byte *pee; // message for fps loghandle_t handle; //handles for file logging kurokku_t kurokku; //clock struct mminfo_t mm; mminfotype mmi; } global_game_variables_t; +extern char global_temp_status_text[512]; + #endif /* _TYPEDEFSTRUCT_H_ */