X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.h;h=aee794e05a5553d1a2d282b050612d1aa4ef0870;hb=9eb3de757a997becb8406417a4bf613f4cb04900;hp=23662035fcd928ea460ab11251e553691523b52d;hpb=b615f03b922d155f9449d2a23d3cc18eed320ed3;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.h b/skaterift.h index 2366203..aee794e 100644 --- a/skaterift.h +++ b/skaterift.h @@ -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 );