restore achivements from steam
[carveJwlIkooP6JGAAIwe30JlM.git] / entity.h
index 0e65c268a6c81f71ac05bb306f688532e2318ffe..bd487090c7ca30eb631c44d685432756a07a5360 100644 (file)
--- 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{