diff options
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index c8cf0150..429c18aa 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -14,6 +14,9 @@ MACRO_CONFIG_INT(scorelimit, 20, 0, 1000) MACRO_CONFIG_INT(timelimit, 0, 0, 1000) MACRO_CONFIG_STR(gametype, 32, "dm") +MACRO_CONFIG_INT(dbg_bots, 0, 0, 7) +MACRO_CONFIG_INT(cl_predict, 1, 0, 1) + MACRO_CONFIG_INT(dynamic_camera, 1, 0, 1) |