]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - svvm_cmds.c
Fix the bmodel collision bug in csqc.
[xonotic/darkplaces.git] / svvm_cmds.c
index a48dda5d35e9cc6d8f3af14e28c25c48b567d052..57eaab8029d21b5bd087e1286a1fee0da5e0de20 100644 (file)
@@ -181,8 +181,8 @@ static void VM_SV_setorigin (void)
        SV_LinkEdict (e, false);
 }
 
-
-void SetMinMaxSize (prvm_edict_t *e, float *min, float *max, qboolean rotate)
+// TODO: rotate param isnt used.. could be a bug. please check this and remove it if possible [1/10/2008 Black]
+static void SetMinMaxSize (prvm_edict_t *e, float *min, float *max, qboolean rotate)
 {
        int             i;