Minor name tweak

This commit is contained in:
2016-03-26 17:56:16 +11:00
parent e2f5494380
commit a8bbbeabb7
3 changed files with 7 additions and 14 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public:
~Region() = default;
type_t SetTile(int x, int y, int z, type_t v);
type_t GetTile(int x, int y, int z);
type_t GetTile(int x, int y, int z) const;
bool SetSolid(int x, int y, bool b);
bool GetSolid(int x, int y) const;