diff options
| author | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-28 16:48:52 +0000 |
|---|---|---|
| committer | Magnus Auvinen <magnus.auvinen@gmail.com> | 2007-10-28 16:48:52 +0000 |
| commit | 5f8c4522fd0c78f517f127e3a1afe1201b9bf996 (patch) | |
| tree | afd9d4019fdfbf35e3b7a04b86a6550fa7a338a0 /src/engine/client/client.c | |
| parent | a3ce2eb90cd26fe87042344175e5c9669adb7dcd (diff) | |
| download | zcatch-5f8c4522fd0c78f517f127e3a1afe1201b9bf996.tar.gz zcatch-5f8c4522fd0c78f517f127e3a1afe1201b9bf996.zip | |
fixed errors in input and prediction handling
Diffstat (limited to 'src/engine/client/client.c')
| -rw-r--r-- | src/engine/client/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/client.c b/src/engine/client/client.c index c6a9252f..4d63e618 100644 --- a/src/engine/client/client.c +++ b/src/engine/client/client.c @@ -19,7 +19,7 @@ #include <mastersrv/mastersrv.h> -const int prediction_margin = 5; +const int prediction_margin = 60; /*(int)(1000/(SERVER_TICK_SPEED*1.2f));*/ /* Server Time |