]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - mathlib.c
added PRVM_64 define which upgrades the QC VM to double precision
[xonotic/darkplaces.git] / mathlib.c
index b4a1b6a0b1d847032cd783c05b4d5975fb6455fd..60cc04b0d58ed6393d061ccbbb6dcfff4dd68538 100644 (file)
--- a/mathlib.c
+++ b/mathlib.c
@@ -760,7 +760,7 @@ void Matrix4x4_Print(const matrix4x4_t *in)
        , in->m[3][0], in->m[3][1], in->m[3][2], in->m[3][3]);
 }
 
-int Math_atov(const char *s, vec3_t out)
+int Math_atov(const char *s, prvm_vec3_t out)
 {
        int i;
        VectorClear(out);