diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-17 07:05:16 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2008-08-17 07:05:16 +0000 |
| commit | 16912026dbdd7dc9e238492d9d83e37270ae4f06 (patch) | |
| tree | 5250ca25f847735b55cd293e9b632339503bae4a /src/game/g_variables.hpp | |
| parent | d1282138cd8a61442843c26b54c3f9259f4bf098 (diff) | |
| download | zcatch-16912026dbdd7dc9e238492d9d83e37270ae4f06.tar.gz zcatch-16912026dbdd7dc9e238492d9d83e37270ae4f06.zip | |
added cl_layershot. fixed some bugs in the network
Diffstat (limited to 'src/game/g_variables.hpp')
| -rw-r--r-- | src/game/g_variables.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_variables.hpp b/src/game/g_variables.hpp index fb69584e..c0852bc4 100644 --- a/src/game/g_variables.hpp +++ b/src/game/g_variables.hpp @@ -16,6 +16,7 @@ MACRO_CONFIG_INT(cl_mouse_deadzone, 300, 0, 0) MACRO_CONFIG_INT(cl_mouse_followfactor, 60, 0, 200) MACRO_CONFIG_INT(cl_mouse_max_distance, 800, 0, 0) +MACRO_CONFIG_INT(cl_layershot, 0, 0, 1) MACRO_CONFIG_INT(ed_showkeys, 0, 0, 1) |