Brought the common/ directory up to date with the region's preprocessors

I really hope the serialization code still works.
This commit is contained in:
Kayne Ruse
2014-04-20 03:55:52 +10:00
parent c5a627004a
commit fba183fa27
6 changed files with 28 additions and 53 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ union NetworkPacket {
//map data
struct RegionInformation {
Metadata meta;
int width, height, depth, x, y;
int x, y;
Region* region;
}regionInfo;