diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-05 10:19:46 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-08-05 10:19:46 +0000 |
| commit | 5f83d8242ac357715021fff800935490e993d951 (patch) | |
| tree | 56900cd9ab3dc52dd3b0a9f95fab654d9e43bb8c /src/game | |
| parent | 1e296e47413c3c9a26482d17dae13cf3a4340383 (diff) | |
| download | zcatch-5f83d8242ac357715021fff800935490e993d951.tar.gz zcatch-5f83d8242ac357715021fff800935490e993d951.zip | |
removed bots
Diffstat (limited to 'src/game')
| -rw-r--r-- | src/game/server/game_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/server/game_server.cpp b/src/game/server/game_server.cpp index 9e4de2a4..b05b7d75 100644 --- a/src/game/server/game_server.cpp +++ b/src/game/server/game_server.cpp @@ -11,7 +11,7 @@ data_container *data = 0x0; using namespace baselib; // --------- DEBUG STUFF --------- -const int debug_bots = 7; +const int debug_bots = 0; // --------- PHYSICS TWEAK! -------- const float ground_control_speed = 7.0f; |