]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - vid.h
oops, wrong type... "int" has no ANSI C defined wraparound, "unsigned int" does
[xonotic/darkplaces.git] / vid.h
diff --git a/vid.h b/vid.h
index 9323dc084f11d2015c9924cbb3b25f43b0e2461d..9ba33da5c2fa8bc0e762aecf4a21b9cb3cd3b524 100644 (file)
--- a/vid.h
+++ b/vid.h
@@ -148,7 +148,7 @@ void VID_Restart_f(void);
 
 void VID_Start(void);
 
-extern int vid_gammaramps_serial; // so other subsystems can poll if gamma parameters have changed; this starts with 0 and gets increased by 1 each time the gamma parameters get changed and VID_BuildGammaTables should be called again
+extern unsigned int vid_gammaramps_serial; // so other subsystems can poll if gamma parameters have changed; this starts with 0 and gets increased by 1 each time the gamma parameters get changed and VID_BuildGammaTables should be called again
 void VID_BuildGammaTables(unsigned short *ramps, int rampsize); // builds the current gamma tables into an array (needs 3*rampsize items)
 #endif