X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=cbbe471292229557a05e8e6570b5ee885501700e;hb=51b40bfb7f114e300c6739f98292bc7c5fe6c2d9;hp=2f8d7a456f78f006ee95749a225000886f4dd1d7;hpb=0f9b18eec27fe5c3fabe82216fa6af177bae7ac4;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 2f8d7a45..cbbe4712 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -42,7 +42,7 @@ * typedefs of the game variables! */ typedef struct { - byte huge *data; + byte *data; word width; word height; byte *palette; @@ -82,6 +82,7 @@ typedef struct { sword tilemidposscreeny; /* middle tile position */ sword tileplayerposscreenx; /* player position on screen */ sword tileplayerposscreeny; /* player position on screen */ + uint16_t pattern_ofs; /* doslib vga patter offset www */ word stridew; /*width/4*/ word pagesize; /* page size */ word pi; /* incremention page by this much to preserve location */