Rev 5051 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 5051 | Rev 5056 | ||
---|---|---|---|
Line 178... | Line 178... | ||
178 | 178 | ||
179 | // r_usenewaspect is the cvar, newaspect_enable to trigger the new behaviour in the code
|
179 | // r_usenewaspect is the cvar, newaspect_enable to trigger the new behaviour in the code
|
180 | int32_t r_usenewaspect = 1, newaspect_enable=0; |
180 | int32_t r_usenewaspect = 1, newaspect_enable=0; |
181 | uint32_t r_screenxy = 0; |
181 | uint32_t r_screenxy = 0; |
182 | 182 | ||
- | 183 | int32_t globalflags; |
|
- | 184 | ||
183 | int32_t curbrightness = 0, gammabrightness = 0; |
185 | int32_t curbrightness = 0, gammabrightness = 0; |
184 | 186 | ||
185 | float vid_gamma = DEFAULT_GAMMA; |
187 | float vid_gamma = DEFAULT_GAMMA; |
186 | float vid_contrast = DEFAULT_CONTRAST; |
188 | float vid_contrast = DEFAULT_CONTRAST; |
187 | float vid_brightness = DEFAULT_BRIGHTNESS; |
189 | float vid_brightness = DEFAULT_BRIGHTNESS; |