small compression
[carveJwlIkooP6JGAAIwe30JlM.git] / entity.h
index 40464526c982c2c157fd7810d18784b3f3283324..04237919605fde85772fe8ebae5a88593d58c46b 100644 (file)
--- a/entity.h
+++ b/entity.h
@@ -177,10 +177,12 @@ struct ent_route{
    u16 active_checkpoint, 
        valid_checkpoints;
 
-   float factive;
+   f32 factive;
    m4x3f board_transform;
    mdl_submesh sm;
-   double timing_base;
+   f64 timing_base;
+
+   u32 id_camera; /* v103+ */
 };
 
 struct ent_water{