]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
bsp: Rename a few more functions that are used by more than one BSP format
[xonotic/darkplaces.git] / progsvm.h
index e9999ca4f83b61e11333e035d389ca463401012a..06588fd4a2098c0095ba5c5e75ff0608d7f0c60b 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -70,7 +70,7 @@ typedef struct prvm_required_field_s
 typedef struct prvm_edict_private_s
 {
        qboolean free;
-       float freetime; // realtime of last change to "free" (i.e. also set on allocation)
+       double freetime; // realtime of last change to "free" (i.e. also set on allocation)
        int mark; // used during leaktest (0 = unref, >0 = referenced); special values during server physics:
 #define PRVM_EDICT_MARK_WAIT_FOR_SETORIGIN -1
 #define PRVM_EDICT_MARK_SETORIGIN_CAUGHT -2