]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/float.qh
adjust max shot distance according to map size
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / float.qh
diff --git a/qcsrc/lib/float.qh b/qcsrc/lib/float.qh
new file mode 100644 (file)
index 0000000..946319e
--- /dev/null
@@ -0,0 +1,3 @@
+#pragma once
+
+const float FLOAT_MAX = 340282346638528859811704183484516925440.0f;