Initial implementation of lpxclient
This commit is contained in:
@@ -277,12 +277,13 @@ void World::diff_source(World *master, StreamBuffer *sb) {
|
||||
source_db_.diff(master->source_db_, sb);
|
||||
}
|
||||
|
||||
void World::patch_everything(StreamBuffer *sb) {
|
||||
patch_actor(sb);
|
||||
int64_t World::patch_everything(StreamBuffer *sb) {
|
||||
int64_t actor_id = patch_actor(sb);
|
||||
patch_visible(sb);
|
||||
patch_luatabs(sb);
|
||||
patch_tanclass(sb);
|
||||
patch_source(sb);
|
||||
return actor_id;
|
||||
}
|
||||
|
||||
void World::diff_everything(int64_t actor_id, World *master, StreamBuffer *sb) {
|
||||
|
||||
Reference in New Issue
Block a user