Incomp. Proto. Change: Maintain sync by prefixing client commands by tick id

This commit is contained in:
Petr Baudis 2011-12-22 15:28:05 +01:00
parent 091708f577
commit 9baf771807
5 changed files with 29 additions and 15 deletions

View file

@ -179,7 +179,7 @@ agent::on_action_takes(void)
return;
}
conn->actions(this);
conn->actions(tick_id, this);
}
void