X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=da79ebc8b63b74a0416b8fa298633b64b907bbf1;hb=9e4ec19da5e1df6d0f18978ceb567a9712185aab;hp=91ca7c79cba8da8bc4bd15dd0dd3e4072f19c240;hpb=53b9fa75c899af4149258ec0cf09fc5dd736624d;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 91ca7c79..da79ebc8 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; @@ -84,6 +84,7 @@ typedef struct { sword tileplayerposscreeny; /* player position on screen */ word stridew; /*width/4*/ word pagesize; /* page size */ + word pi; /* incremention page by this much to preserve location */ } page_t; typedef struct @@ -117,7 +118,7 @@ typedef struct boolean __near p; //render page number boolean __near r; //page flip if true word pr[MAXPAGE][4]; //render sections of pages - word startclk; float clk, tickclk; //timer + //0000word startclk; float clk, tickclk; //timer } video_t; typedef struct