]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid_null.c
Fixed a MSVC6 warning in matrixlib. Added a "Public server" yes/no line in the server...
[xonotic/darkplaces.git] / vid_null.c
index 2b232f566f1468c0e7659c90c69c88cbbd215e55..77ed527aaa0c87d6939a58a95a5f43ba298ceb66 100644 (file)
@@ -58,7 +58,12 @@ void VID_Finish (void)
 {
 }
 
-int VID_SetGamma(float prescale, float gamma, float scale, float base)
+int VID_SetGamma(unsigned short *ramps)
+{
+       return FALSE;
+}
+
+int VID_GetGamma(unsigned short *ramps)
 {
        return FALSE;
 }