CHUNKPOS macro -> ChunkPos typedef

This commit is contained in:
Gent S
2020-11-16 09:59:53 -05:00
parent b22ba781c8
commit 8ad3f3aabd
7 changed files with 36 additions and 36 deletions

View File

@@ -13,7 +13,7 @@
struct WarpLocation;
struct PlayerView {
CHUNKPOS chunkPos;
ChunkPos chunkPos;
std::vector<Chunk*> currentChunks;
Player *plr;
time_t lastHeartbeat;