diff options
| author | oy <tom_adams@web.de> | 2011-08-13 09:20:40 -0700 |
|---|---|---|
| committer | oy <tom_adams@web.de> | 2011-08-13 09:20:40 -0700 |
| commit | 3fba3ee13e93bc6f0086e282668a8ab579ba07da (patch) | |
| tree | c17c0042e9865ea0d6c0476ee7ef930b4dbcab35 /src/engine/docs/prediction.txt | |
| parent | c56cfa12d511559b096579d4e7a80b7cb6bbb6fe (diff) | |
| parent | c6fd4a2cc57f8d9dec7164aff98f5a73abc9698d (diff) | |
| download | zcatch-3fba3ee13e93bc6f0086e282668a8ab579ba07da.tar.gz zcatch-3fba3ee13e93bc6f0086e282668a8ab579ba07da.zip | |
Merge pull request #832 from GreYFoX/oypull1
Cleanup
Diffstat (limited to 'src/engine/docs/prediction.txt')
| -rw-r--r-- | src/engine/docs/prediction.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/docs/prediction.txt b/src/engine/docs/prediction.txt index d5771d1a..e740b1e8 100644 --- a/src/engine/docs/prediction.txt +++ b/src/engine/docs/prediction.txt @@ -8,7 +8,7 @@ Predicted input sent to the server can be retrived by calling <client_get_input> > { > int tick; > prediction_reset(); -> +> > for(tick = client_tick()+1; tick <= client_predtick(); tick++) > { > MY_INPUT *input = (MY_INPUT *)client_get_input(); |