rewinds
[carveJwlIkooP6JGAAIwe30JlM.git] / world_routes.h
index d8d36d210efcccc7dfd8747c7148f039af0664e5..3de9278b5a13079cef0df65717b29058a00e9e93 100644 (file)
@@ -431,7 +431,7 @@ static void world_routes_ui_draw( u32 route, v4f colour, float offset )
    fade_colour[3] *= 1.0f-fade_amt;
 
    /* 1 minute timer */
-   float timer_delta = (vg.time - world.routes.last_interaction) * (1.0/60.0),
+   float timer_delta = (vg.time - world.routes.last_interaction) * (1.0/30.0),
          timer_scale = 1.0f - vg_minf( timer_delta, 1.0f );
 
    /*