X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_routes.c;h=d366a123e09ee0f3f5e079504dacf1e66bdbb440;hb=9fb26bfce5b8130703a8c31818783912c2b3dfac;hp=efde3644dd07d3203988a0d1ddb577ad42d9cafe;hpb=6eb7d6fbfc16c66c1d237a9d593730e75203695c;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_routes.c b/world_routes.c index efde364..d366a12 100644 --- a/world_routes.c +++ b/world_routes.c @@ -22,7 +22,7 @@ VG_STATIC void world_routes_local_set_record( world_instance *world, ent_route *route, - double lap_time ) + f64 lap_time ) { vg_success( " NEW LAP TIME: %f\n", lap_time ); @@ -37,7 +37,6 @@ void world_routes_local_set_record( world_instance *world, ent_route *route, temp.playerid = 0; temp.points = 0; temp.time = time_centiseconds; - #if 0 highscores_push_record( &temp ); #endif