diff options
author | LO1ZB <andreasdaamen@web.de> | 2014-09-03 00:28:08 +0200 |
---|---|---|
committer | LO1ZB <andreasdaamen@web.de> | 2014-09-03 00:28:08 +0200 |
commit | 554f58501733f00f54e88190bc8ad85bfb11b84f (patch) | |
tree | 34070160e1c89cf9580a07ac1aa012d2ed4e303c /src/ChunkDef.h | |
parent | hopefully the last commit for removing y-coord from chunks. :) (diff) | |
download | cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.gz cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.bz2 cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.lz cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.xz cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.tar.zst cuberite-554f58501733f00f54e88190bc8ad85bfb11b84f.zip |
Diffstat (limited to '')
-rw-r--r-- | src/ChunkDef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ChunkDef.h b/src/ChunkDef.h index ded0bdf4c..7247cf5e4 100644 --- a/src/ChunkDef.h +++ b/src/ChunkDef.h @@ -404,7 +404,7 @@ public: } }; -typedef std::list<cChunkCoordsWithBool> cChunkCoordWithBoolList; +typedef std::list<cChunkCoordsWithBool> cChunkCoordsWithBoolList; |