Fixed Region's internals

This commit is contained in:
Kayne Ruse
2014-02-28 23:14:22 +11:00
parent 02d83d1f16
commit 4629b7302b
4 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ private:
const int x;
const int y;
int* tiles = nullptr;
int*** tiles = nullptr;
};
#endif