diff options
Diffstat (limited to 'src/game/g_variables.h')
| -rw-r--r-- | src/game/g_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/g_variables.h b/src/game/g_variables.h index 02ad4fbc..fb69584e 100644 --- a/src/game/g_variables.h +++ b/src/game/g_variables.h @@ -22,6 +22,7 @@ MACRO_CONFIG_INT(ed_showkeys, 0, 0, 1) MACRO_CONFIG_INT(cl_flow, 0, 0, 1) MACRO_CONFIG_INT(cl_show_welcome, 1, 0, 1) +MACRO_CONFIG_INT(cl_motd_time, 10, 0, 100) MACRO_CONFIG_INT(player_use_custom_color, 0, 0, 1) MACRO_CONFIG_INT(player_color_body, 65408, 0, 0) |