summaryrefslogtreecommitdiff
path: root/src/game/q_math.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/q_math.c')
-rw-r--r--src/game/q_math.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/q_math.c b/src/game/q_math.c
index 83410479..4171ebfc 100644
--- a/src/game/q_math.c
+++ b/src/game/q_math.c
@@ -1466,6 +1466,7 @@ float VectorMinComponent( vec3_t v )
return smallest;
}
+#ifdef Q3_VM
/*
===============
round
@@ -1478,3 +1479,4 @@ float round( float v )
else
return floor( v );
}
+#endif