Merge all features from glider feature branch
[carveJwlIkooP6JGAAIwe30JlM.git] / ent_miniworld.h
index 73d0c46d67d19b171b3c5b7c127629b8ad52f784..e963a09f549ce63dc822b6f0fa02767b691c7075 100644 (file)
@@ -6,13 +6,10 @@
 struct {
    ent_miniworld *active;
    int transition;
-   int mode;
    f32 t;
 
    m4x3f mmdl;
    camera cam;
-
-   ent_spawn *dest_spawn;
 }
 static global_miniworld;