X-Git-Url: http://4ch.mooo.com/gitweb/?p=16.git;a=blobdiff_plain;f=src%2Flib%2F16_timer.c;h=c1716567221b88c3ce711dc9e2ad9b644ed69d0f;hp=c5aae48597f78c67a18d8d26d17322710d5f1ae1;hb=35f9e7e103ce902e941007e84389a754f16ec058;hpb=1522130c288695fd2ad573be62b7bfc300eed6a3 diff --git a/src/lib/16_timer.c b/src/lib/16_timer.c index c5aae485..c1716567 100755 --- a/src/lib/16_timer.c +++ b/src/lib/16_timer.c @@ -41,7 +41,7 @@ clock_t start_timer(global_game_variables_t *gv) break; default: gv->kurokku.fpscap=1; - gv->kurokku.frames_per_second=60; + gv->kurokku.frames_per_second=FPSVALUE; break; } return gv->kurokku.t; @@ -96,6 +96,7 @@ void shinkutxt(global_game_variables_t *gv) // } } +#if 0 void WaitPee() { while(inp(INPUT_STATUS_1) & 8) { @@ -106,3 +107,4 @@ void WaitPee() /* spin */ } } +#endif