]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_timer.c
16_ca needs huge amounts of work and I should remember what needs to be done soon...
[16.git] / src / lib / 16_timer.c
index c5aae48597f78c67a18d8d26d17322710d5f1ae1..c1716567221b88c3ce711dc9e2ad9b644ed69d0f 100755 (executable)
@@ -41,7 +41,7 @@ clock_t start_timer(global_game_variables_t *gv)
                break;\r
                default:\r
                        gv->kurokku.fpscap=1;\r
-                       gv->kurokku.frames_per_second=60;\r
+                       gv->kurokku.frames_per_second=FPSVALUE;\r
                break;\r
        }\r
        return gv->kurokku.t;\r
@@ -96,6 +96,7 @@ void shinkutxt(global_game_variables_t *gv)
 //     }\r
 }\r
 \r
+#if 0\r
 void WaitPee()\r
 {\r
     while(inp(INPUT_STATUS_1)  & 8)  {\r
@@ -106,3 +107,4 @@ void WaitPee()
        /* spin */\r
     }\r
 }\r
+#endif\r