]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tdef.h
==== PRE SHOWPAGE TO SHOWMV CONVERSION ==== i am going to work on a really big area...
[16.git] / src / lib / 16_tdef.h
index 3b12d128fd3b09468758998524f0e652ad3d1e0b..00ce03a3382804fad477f30645a4193ce665d792 100755 (executable)
@@ -156,11 +156,6 @@ typedef struct
        boolean fpscap; //cap the fps var\r
 } kurokku_t;\r
 \r
-typedef struct\r
-{\r
-       word    pn;\r
-} pan_t;\r
-\r
 //video\r
 #define NUMCHUNKS      416     //keen\r
 \r
@@ -170,9 +165,12 @@ typedef struct
        page_t page[MAXPAGE];   //can be used as a pointer to root page[0]\r
        word vmem_remain;       //remaining video memory\r
        byte num_of_pages;      //number of actual pages\r
-       boolean __near p;                       //render page number\r
+boolean __near p;                      //render page number //BLEH\r
        boolean __near r;                       //page flip if true\r
        word pr[MAXPAGE][4];    //render sections of pages (this is supposed to be set up to draw sections of the screen if updated)\r
+\r
+       nibble sfip;//shinku_fps_indicator_page; // we're on page 1 now, shinku(). follow along please or it will not be visible.\r
+       nibble panp;            //pan_t replacement\r
        //0000word startclk; float clk, tickclk;        //timer\r
 //newer vars\r
 //TODO: find out how they are used\r