X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=entity.h;h=d96ddc997cd4b06630e3a6e9118426da0d389747;hb=71b7175073e0c764c3c5cb0c7ceee0f8cca09e58;hp=0e65c268a6c81f71ac05bb306f688532e2318ffe;hpb=23ba25574349652d86979fc787ec4b0214001333;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/entity.h b/entity.h index 0e65c26..d96ddc9 100644 --- a/entity.h +++ b/entity.h @@ -168,6 +168,9 @@ struct ent_checkpoint{ u16 gate_index, path_start, path_count; + + /* EXTENSION */ + f32 best_time; }; enum ent_route_flag { @@ -204,6 +207,9 @@ struct ent_route{ /* v104+, but always accessible */ u32 flags; f64 best_laptime; + f32 ui_stopper, ui_residual; + + ui_px ui_first_block_width, ui_residual_block_w; }; struct ent_water{ @@ -511,6 +517,7 @@ struct ent_challenge{ struct ent_relay { u32 targets[4][2]; + u32 targets_events[4]; }; struct ent_cubemap {