X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;ds=sidebyside;f=entity.h;h=3215a6933b4aaae70280bed038b12f44dac00d5a;hb=1cc9e11790a81a4a5e3e4797afca35fc2eaa8c69;hp=9af8e79a5a8a27adb8e61397134414b32aeaae38;hpb=a1056ed8198f0f5be0e0f341da8bd49aa6c47198;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/entity.h b/entity.h index 9af8e79..3215a69 100644 --- a/entity.h +++ b/entity.h @@ -82,7 +82,12 @@ struct ent_checkpoint{ }; struct ent_route{ - mdl_transform transform; + + union{ + mdl_transform transform; + u32 official_track_id; + }; + u32 pstr_name; u16 checkpoints_start, checkpoints_count;