diff options
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index b3597ebe..701de67d 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -34,6 +34,7 @@ MACRO_CONFIG_INT(cl_predict, 1, 0, 1) MACRO_CONFIG_INT(cl_nameplates, 0, 0, 2) MACRO_CONFIG_STR(sv_maprotation, 512, "") +MACRO_CONFIG_INT(sv_powerups, 1, 0, 1) MACRO_CONFIG_INT(dynamic_camera, 1, 0, 1) |