diff options
Diffstat (limited to 'src/engine/e_config_variables.h')
| -rw-r--r-- | src/engine/e_config_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/e_config_variables.h b/src/engine/e_config_variables.h index 3707f0e6..8396aa88 100644 --- a/src/engine/e_config_variables.h +++ b/src/engine/e_config_variables.h @@ -35,6 +35,7 @@ MACRO_CONFIG_INT(snd_nonactive_mute, 0, 0, 1) MACRO_CONFIG_INT(gfx_screen_width, 800, 0, 0) MACRO_CONFIG_INT(gfx_screen_height, 600, 0, 0) MACRO_CONFIG_INT(gfx_fullscreen, 1, 0, 1) +MACRO_CONFIG_INT(gfx_alphabits, 0, 0, 0) MACRO_CONFIG_INT(gfx_color_depth, 24, 16, 24) MACRO_CONFIG_INT(gfx_clear, 0, 0, 1) MACRO_CONFIG_INT(gfx_vsync, 1, 0, 1) |