mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-17 21:25:40 +00:00
(svn r3617) Fix warning introduced in r3616
This commit is contained in:
parent
afade61293
commit
136cffaf5a
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user