(svn r3617) Fix warning introduced in r3616
authortron
Sat, 18 Feb 2006 18:27:17 +0000
changeset 3037 0cf63a3e4fc0
parent 3036 d6670ee6981f
child 3038 45c3cb2141e8
(svn r3617) Fix warning introduced in r3616
video/cocoa_v.m
--- a/video/cocoa_v.m	Sat Feb 18 17:27:06 2006 +0000
+++ b/video/cocoa_v.m	Sat Feb 18 18:27:17 2006 +0000
@@ -1220,7 +1220,7 @@
  * Fade the display from normal to black
  * Save gamma tables for fade back to normal
  */
-static uint32 QZ_FadeGammaOut(const OTTD_QuartzGammaTable* table)
+static uint32 QZ_FadeGammaOut(OTTD_QuartzGammaTable* table)
 {
 	CGGammaValue redTable[QZ_GAMMA_TABLE_SIZE];
 	CGGammaValue greenTable[QZ_GAMMA_TABLE_SIZE];