# | Line 237 | Line 237 | int ONICALL daodangl_platform_initialize | |
---|---|---|
237 | //WINE CRASH! if (GetDeviceGammaRamp(gl_eng->HDC, gl_gamma_ramp)) | |
238 | gl_gamma_ramp_valid = 1; | |
239 | } | |
240 | < | /* |
240 | > | |
241 | if (gl_gamma_ramp_valid) | |
242 | daodan_set_gamma(ONrPersist_GetGamma()); | |
243 | < | else*/ |
243 | > | else |
244 | DDrStartupMessage("gamma adjustment not supported"); | |
245 | ||
246 | if (!gl_platform_set_pixel_format(gl_eng->HDC)) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |