1
0
Fork 0

(svn r3617) Fix warning introduced in r3616

release/0.5
tron 2006-02-18 18:27:17 +00:00
parent ca98796259
commit 55461bd2ec
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ static const char* QZ_SetVideoWindowed(uint width, uint height)
* 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];