summaryrefslogtreecommitdiff
path: root/src/sdl/sdl_gamma.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sdl/sdl_gamma.c')
-rw-r--r--src/sdl/sdl_gamma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sdl/sdl_gamma.c b/src/sdl/sdl_gamma.c
index 7f16b606..53dc4026 100644
--- a/src/sdl/sdl_gamma.c
+++ b/src/sdl/sdl_gamma.c
@@ -40,7 +40,7 @@ void GLimp_SetGamma( unsigned char red[256], unsigned char green[256], unsigned
Uint16 table[3][256];
int i, j;
- if( !glConfig.deviceSupportsGamma || r_ignorehwgamma->integer )
+ if( !glConfig.deviceSupportsGamma || r_ignorehwgamma->integer > 0 )
return;
for (i = 0; i < 256; i++)