This hack for the collision map was a terrible idea

I'm committing these changes before undoing these, and coding it properly.
This commit is contained in:
Kayne Ruse
2014-07-01 22:04:45 +10:00
parent 8c9d071c7a
commit 8df1ecd804
8 changed files with 45 additions and 21 deletions
+4
View File
@@ -49,6 +49,8 @@ void serializeRegionContent(RegionPacket* packet, void* buffer) {
}
}
}
//TODO: serialize collision map
}
void deserializeRegionFormat(RegionPacket* packet, void* buffer) {
@@ -80,4 +82,6 @@ void deserializeRegionContent(RegionPacket* packet, void* buffer) {
}
}
}
//TODO: deserialize collision map
}