X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=ent_skateshop.h;h=2cc5d5a15ad41b8cd0640988fdae391d0ff2a987;hb=38e07d851915d4ea3d25eeb28a3ace78fb0d1c12;hp=e68816861cd9a583f29d25b8f44d1954d87e19f1;hpb=ac6288a8951db15eab6c681b8add8f350eb60746;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/ent_skateshop.h b/ent_skateshop.h index e688168..2cc5d5a 100644 --- a/ent_skateshop.h +++ b/ent_skateshop.h @@ -43,6 +43,9 @@ struct{ struct registry_board{ PublishedFileId_t workshop_id; + + /* only for steam workshop files */ + struct workshop_file_info workshop; struct cache_board *cache_ptr; char filename[64]; /* if workshop, string version of its published ID. */ @@ -60,7 +63,6 @@ struct{ registry_count; u32 selected_registry_id; - float interaction_cooldown; } static global_skateshop;