X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_tdef.h;h=f45195d698b9a93d9336987d3ed69157b18a4a1e;hp=6fe2c646bb754b1be7970b235f8b194676a7433b;hb=28b1be191222717943878f024cddac30b026318e;hpb=ded380e7aab3ba7460e1f756b576722e996d939a diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 6fe2c646..f45195d6 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -362,6 +362,11 @@ typedef struct #define NUMCHUNKS 416 //keen #define MAXSCANLINES 240 // size of ylookup table +typedef struct +{ + int width,height; +} pictabletype; + //video typedef struct { @@ -426,6 +431,7 @@ typedef struct word bordercolor; boolean fastpalette; byte far palette1[256][3],far palette2[256][3]; + pictabletype _seg *pictable; } video_t; //from scroll16 @@ -645,7 +651,7 @@ typedef struct //========================================================================== #define NOMAPS -#define NOGRAPHICS +//#define NOGRAPHICS #define NOAUDIO #define MAPHEADERLINKED @@ -654,14 +660,15 @@ typedef struct #define NUMMAPS 4//39 #define NUMSNDCHUNKS 4//3 -#define NUMPICS 132//wolf3d wl6 +//#define NUMPICS 132//wolf3d wl6 #define STRUCTPIC 0 -#define GDICTNAME "vgadict." -#define GHEADNAME "vgahead." -#define GFILENAME "vgagraph." +#define DATADIR "data/" +#define GDICTNAME DATADIR"vgadict." +#define GHEADNAME DATADIR"vgahead." +#define GFILENAME DATADIR"vgagraph." #define EXTENSION "hb1"