basic replayable replays
[carveJwlIkooP6JGAAIwe30JlM.git] / skaterift.h
index 23662035fcd928ea460ab11251e553691523b52d..aee794e05a5553d1a2d282b050612d1aa4ef0870 100644 (file)
@@ -24,8 +24,10 @@ struct{
       k_async_op_write_savedata,
    }
    op;
+
+   f32 time_rate;
 }
-static skaterift = { .op = k_async_op_clientloading };
+static skaterift = { .op = k_async_op_clientloading, .time_rate = 1.0f };
 
 /* Skaterift api */
 static void skaterift_change_world_start( void );