diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-04 00:19:41 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-11-04 00:19:41 +0000 |
| commit | daf89a01ff88c7771f0c252808de2b3eede23927 (patch) | |
| tree | 903c034b9713a61c21e4d052fd7068afda9acacf /src/game/game_variables.h | |
| parent | f724ab006c3ca882c3a66c6af0df60d666610895 (diff) | |
| download | zcatch-daf89a01ff88c7771f0c252808de2b3eede23927.tar.gz zcatch-daf89a01ff88c7771f0c252808de2b3eede23927.zip | |
added skins, tweaked prediction like hell
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 352675ba..32e277f1 100644 --- a/src/game/game_variables.h +++ b/src/game/game_variables.h @@ -39,6 +39,9 @@ MACRO_CONFIG_INT(dynamic_camera, 1, 0, 1) MACRO_CONFIG_INT(warmup, 0, 0, 0) MACRO_CONFIG_INT(team, -10, -1, 0) +MACRO_CONFIG_INT(player_color, -1, -1, 256) +MACRO_CONFIG_STR(player_skin, 64, "default") + MACRO_CONFIG_INT(dbg_new_gui, 0, 0, 1) |