diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-28 19:28:09 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-28 19:28:09 +0000 |
| commit | dab34697e79f5d6a97462b24249ef7c5b0f1813a (patch) | |
| tree | 2b990c00e5c243a7904819bd46d8d33e2cbea93a /src/game/game_variables.h | |
| parent | 3bae4dd0e104dc2ccb2864eda995de3adde6aba5 (diff) | |
| download | zcatch-dab34697e79f5d6a97462b24249ef7c5b0f1813a.tar.gz zcatch-dab34697e79f5d6a97462b24249ef7c5b0f1813a.zip | |
added nameplates
Diffstat (limited to 'src/game/game_variables.h')
| -rw-r--r-- | src/game/game_variables.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game_variables.h b/src/game/game_variables.h index a72f79dc..352675ba 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -29,6 +29,8 @@ MACRO_CONFIG_INT(restart, 0, 0, 120) MACRO_CONFIG_INT(dbg_bots, 0, 0, 7) MACRO_CONFIG_INT(cl_predict, 1, 0, 1) +MACRO_CONFIG_INT(cl_nameplates, 0, 0, 2) + MACRO_CONFIG_STR(sv_maprotation, 512, "") |