]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progs.h
cleaned up and fixed collisions with brush models (example: you can now ramp jump...
[xonotic/darkplaces.git] / progs.h
diff --git a/progs.h b/progs.h
index c377ec0cb59f7d04705c20262e9cf7e279e4b2ae..166d2eabf3c68a86654ec5f1058d952200402851 100644 (file)
--- a/progs.h
+++ b/progs.h
@@ -48,6 +48,7 @@ typedef struct edict_s
        entity_state_t  deltabaseline; // LordHavoc: previous frame
 #endif
 
+       int                     suspendedinairflag;     // LordHavoc: gross hack to make floating items still work
        float           freetime;                       // sv.time when the object was freed
        entvars_t       v;                                      // C exported fields from progs
 // other fields from progs come immediately after