]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - csprogs.h
swap VF_SIZE_X and VF_SIZE_Y definitions to what they should be (this
[xonotic/darkplaces.git] / csprogs.h
index 4605a7e65f86d90463f27ff0b7a14b6c290a5f3e..8d3278e2efdd592102c16990c64556bfb7d801b0 100644 (file)
--- a/csprogs.h
+++ b/csprogs.h
@@ -14,8 +14,8 @@
 #define VF_MIN_X               2       //(float)
 #define VF_MIN_Y               3       //(float)
 #define VF_SIZE                        4       //(vector) (viewport size)
-#define VF_SIZE_Y              5       //(float)
-#define VF_SIZE_X              6       //(float)
+#define VF_SIZE_X              5       //(float)
+#define VF_SIZE_Y              6       //(float)
 #define VF_VIEWPORT            7       //(vector, vector)
 #define VF_FOV                 8       //(vector)
 #define VF_FOVX                        9       //(float)