X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_timer.c;h=a9dba5d5d26eeeb58792e1bf0bfdc8ecffe0d7ea;hb=450203873cc3d6d2986c2c3cb19ec5e251913dc9;hp=16295d1bca454f12c01bf5d709276761f18e2633;hpb=5d57fb1ad5b8342b68eda18973c2f45d81481a2e;p=16.git diff --git a/src/lib/16_timer.c b/src/lib/16_timer.c index 16295d1b..a9dba5d5 100755 --- a/src/lib/16_timer.c +++ b/src/lib/16_timer.c @@ -30,10 +30,10 @@ clock_t start_timer(global_game_variables_t *gv) gv->kurokku.tiku = 0; gv->video.sfip = 0; gv->kurokku.clock_start = *clockw; gv->kurokku.clock = clockw; - //gv->kurokku.frames_per_second = 60; + gv->kurokku.wcpu = WCPU_detectcpu(); - //turn this off if XT - switch(WCPU_detectcpu()) + //turn this off if XT + switch(gv->kurokku.wcpu) { case 0: gv->kurokku.fpscap=0;