X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=2f8d7a456f78f006ee95749a225000886f4dd1d7;hb=983ae7a86f6cf7aaabbf3a7ccf02c226508f1322;hp=0f47b2b1a6ebcd58c17a58a35dc55ca4708d4cef;hpb=48c235e3b3dd14caad47396c044f0c7c10ebf770;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index 0f47b2b1..2f8d7a45 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -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,6 +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 + //0000word startclk; float clk, tickclk; //timer } video_t; typedef struct