about summary refs log tree commit diff
path: root/src/engine/docs/prediction.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/docs/prediction.txt')
-rw-r--r--src/engine/docs/prediction.txt2
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();