Synchronized Boo's tangibility field

I believe this fixes #58
This commit is contained in:
MysterD 2020-09-19 10:38:58 -07:00
parent 285b1490f3
commit cc1e0e8407
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ struct SyncObject* boo_network_init_object(void) {
network_init_object_field(o, &o->oInteractType);
network_init_object_field(o, &o->oOpacity);
network_init_object_field(o, &o->oRoom);
network_init_object_field(o, &o->oIntangibleTimer);
return so;
}