mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Incomp. Proto. Change: Maintain sync by prefixing client commands by tick id
This commit is contained in:
parent
091708f577
commit
9baf771807
5 changed files with 29 additions and 15 deletions
2
agent.cc
2
agent.cc
|
@ -179,7 +179,7 @@ agent::on_action_takes(void)
|
|||
return;
|
||||
}
|
||||
|
||||
conn->actions(this);
|
||||
conn->actions(tick_id, this);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue