diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-09 18:21:14 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-09-09 18:21:14 +0000 |
| commit | 3f4587ede831760b2f6976960658d202c9d847ff (patch) | |
| tree | 6c3a22251906673e5e7491dcd86faec23887691b /src/game/game_variables.h | |
| parent | 350e968f514a00d4a89395ed13e415103390b9d9 (diff) | |
| download | zcatch-3f4587ede831760b2f6976960658d202c9d847ff.tar.gz zcatch-3f4587ede831760b2f6976960658d202c9d847ff.zip | |
a lot of changes. client side prediction added
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) |