]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svvm_cmds.c
default gl_lockarrays to 0, I'm not aware of any cards that actually benefit from it
[xonotic/darkplaces.git] / svvm_cmds.c
index 2a1cb181202513f220275fcabe2843744d296a59..9be2ed7177462246757d76794166ff3ea82b7f9e 100644 (file)
@@ -963,7 +963,7 @@ VM_SV_checkbottom
 */
 static void VM_SV_checkbottom (void)
 {
-       VM_SAFEPARMCOUNT(0, VM_SV_checkbottom);
+       VM_SAFEPARMCOUNT(1, VM_SV_checkbottom);
        PRVM_G_FLOAT(OFS_RETURN) = SV_CheckBottom (PRVM_G_EDICT(OFS_PARM0));
 }