]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/typdefst.h
meh i should organize gvar and mv soon and use the memory manager and i cleaned the...
[16.git] / src / lib / typdefst.h
index 91ca7c79cba8da8bc4bd15dd0dd3e4072f19c240..da79ebc8b63b74a0416b8fa298633b64b907bbf1 100755 (executable)
@@ -42,7 +42,7 @@
  * typedefs of the game variables!\r
  */\r
 typedef struct {\r
-       byte huge *data;\r
+       byte *data;\r
        word width;\r
        word height;\r
        byte *palette;\r
@@ -84,6 +84,7 @@ typedef struct {
        sword tileplayerposscreeny;     /* player position on screen */\r
        word stridew;                   /*width/4*/\r
        word pagesize;                  /* page size */\r
+       word pi;                                /* incremention page by this much to preserve location */\r
 } page_t;\r
 \r
 typedef struct\r
@@ -117,7 +118,7 @@ typedef struct
        boolean __near p;                       //render page number\r
        boolean __near r;                       //page flip if true\r
        word pr[MAXPAGE][4];    //render sections of pages\r
-       word startclk; float clk, tickclk;      //timer\r
+       //0000word startclk; float clk, tickclk;        //timer\r
 } video_t;\r
 \r
 typedef struct\r