]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svvm_cmds.c
migrated a large number of #define MAX values to quakedef.h and added a
[xonotic/darkplaces.git] / svvm_cmds.c
index 030bb92bf3bdc6ff478ea24f78de3cce97de2dd7..ce61e9f5debbbf5029412f8189e8839dcabd9af7 100644 (file)
@@ -819,8 +819,8 @@ static void VM_SV_checkpvs (void)
 #if 1
        unsigned char *pvs;
 #else
-       static int fatpvsbytes;
-       static unsigned char fatpvs[MAX_MAP_LEAFS/8];
+       int fatpvsbytes;
+       unsigned char fatpvs[MAX_MAP_LEAFS/8];
 #endif
 
        VM_SAFEPARMCOUNT(2, VM_SV_checkpvs);