X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2F16_timer.c;h=a9dba5d5d26eeeb58792e1bf0bfdc8ecffe0d7ea;hb=6972c5fdbdc4480581d3c0ab65d9ef8c3a089847;hp=6a0c7a47d00a91d90e17acc9d33c27d62e78f98f;hpb=fa252ebd82649e4f3bab4a53228828766713ad6c;p=16.git diff --git a/src/lib/16_timer.c b/src/lib/16_timer.c index 6a0c7a47..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; @@ -67,6 +67,7 @@ double time_in_seconds(global_game_variables_t *gv) // big global status text buffer char global_temp_status_text[512]; +char global_temp_status_text2[512]; /*double time_in_seconds(time_t in_t) {