Threaded barriers into the client, not yet queried
I've also refactored the rooms slightly.
This commit is contained in:
@@ -27,6 +27,7 @@
|
||||
BarrierData::BarrierData(int i):
|
||||
Entity::Entity("barrier")
|
||||
{
|
||||
instanceIndex = i;
|
||||
memcpy(status, 0, sizeof(int) * 8);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user