diff options
Diffstat (limited to 'src/ChunkDef.h')
-rw-r--r-- | src/ChunkDef.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChunkDef.h b/src/ChunkDef.h index b3cf9049f..41ba44417 100644 --- a/src/ChunkDef.h +++ b/src/ChunkDef.h @@ -31,8 +31,8 @@ class cEntity; class cClientHandle; class cBlockEntity; -typedef std::list<cEntity *> cEntityList; -typedef std::list<cBlockEntity *> cBlockEntityList; +typedef std::list<cEntity *> cEntityList; +typedef std::map<int, cBlockEntity *> cBlockEntities; |