]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_head.h
palette utilities made ^^
[16.git] / src / lib / 16_head.h
index a639726dcbd1d064d36948e715f4ee9b6b07f66d..bc25498a25c732936b6bcde9e77123398263d8d6 100755 (executable)
@@ -184,7 +184,7 @@ typedef struct
 {\r
        word frames_per_second;\r
        clock_t t;\r
-       word tiku;              //frames passed\r
+       dword tiku;             //frames passed\r
        word clock_start;       //timer start\r
        word *clock;    //current time on clock\r
        boolean fpscap; //cap the fps var\r
@@ -193,6 +193,7 @@ typedef struct
 typedef struct\r
 {\r
        int old_mode;   //old video mode before game!\r
+       byte *pee;              // message for fps\r
        handle_t handle;        //handles for file logging\r
        kurokku_t kurokku;      //clock struct\r
 } global_game_variables_t;\r