]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
Removed LoadLMPAs8Bit; the menu now uses LoadLMP directly
[xonotic/darkplaces.git] / progsvm.h
index f9c1666a803a2139a77ef20c3c6b6ceff26aa1de..56b832d6f8523803af338988c3b4870153772b48 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -430,7 +430,7 @@ prvm_edict_t *PRVM_EDICT_NUM_ERROR(int n, char *filename, int fileline);
 
 // FIXME: make these go away?
 #define        PRVM_E_FLOAT(e,o) (((float*)e->v)[o])
-//#define      PRVM_E_INT(e,o) (((int*)e->v)[o])
+#define        PRVM_E_INT(e,o) (((int*)e->v)[o])
 //#define      PRVM_E_VECTOR(e,o) (&((float*)e->v)[o])
 #define        PRVM_E_STRING(e,o) (PRVM_GetString(*(string_t *)&((float*)e->v)[o]))