X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=a1a6157ff3137388e60d07258ec39c3b038b163f;hb=f0ba02684dbf4722afa2dcfd491d56921162182a;hp=be4084ef8588c6a2b9b41159a7a8002cc1ca6cab;hpb=b2b6872b3df95570cb66ef4d742a8a59368e3f24;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index be4084e..a1a6157 100644 --- a/skaterift.c +++ b/skaterift.c @@ -57,6 +57,7 @@ #include "particle.c" #include "player_effects.c" #include "freecam.c" +#include "testing.c" static int k_tools_mode = 0; @@ -230,6 +231,7 @@ static void vg_load(void){ vg_loader_step( workshop_init, NULL ); vg_loader_step( skateshop_init, NULL ); vg_loader_step( ent_tornado_init, NULL ); + vg_loader_step( testing_init, NULL ); vg_loader_step( skaterift_load_player_content, NULL ); @@ -325,6 +327,7 @@ static void vg_fixed_update(void){ world_routes_fixedupdate( world_current_instance() ); player__update(); vehicle_update_fixed(); + testing_update(); } static void vg_post_update(void){