]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - progsvm.h
-Added sv_playerphysicsqc to control whether the qc physics function is called (if...
[xonotic/darkplaces.git] / progsvm.h
index 1ca690e16668c675847acb343428cf33125bfa8d..077058bc4de8090225b5e0126e87a93383ab9d48 100644 (file)
--- a/progsvm.h
+++ b/progsvm.h
@@ -261,6 +261,8 @@ typedef struct prvm_prog_s
        int                                     edict_size;                     // in bytes
        int                                     edictareasize;          // LordHavoc: in bytes (for bound checking)
 
+       int                                     *statement_linenums; // NULL if not available
+
        union {
                float *generic;
                globalvars_t *server;