From 16912026dbdd7dc9e238492d9d83e37270ae4f06 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sun, 17 Aug 2008 07:05:16 +0000 Subject: added cl_layershot. fixed some bugs in the network --- src/engine/e_config_variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/engine/e_config_variables.h') 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) -- cgit 1.4.1