aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/WaterLevelChunk.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/WaterLevelChunk.h')
-rw-r--r--Minecraft.World/WaterLevelChunk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/WaterLevelChunk.h b/Minecraft.World/WaterLevelChunk.h
index 43e7e0c6..18dc8a05 100644
--- a/Minecraft.World/WaterLevelChunk.h
+++ b/Minecraft.World/WaterLevelChunk.h
@@ -39,7 +39,7 @@ public:
void setBlocks(byteArray newBlocks, int sub);
int setBlocksAndData(byteArray data, int x0, int y0, int z0, int x1, int y1, int z1, int p, bool includeLighting = true); // 4J - added includeLighting parameter;
bool testSetBlocksAndData(byteArray data, int x0, int y0, int z0, int x1, int y1, int z1, int p);
- Random *getRandom(int64_t l);
+ Random *getRandom(__int64 l);
virtual Biome *getBiome(int x, int z, BiomeSource *biomeSource);
virtual void reSyncLighting() {}; // 4J added
};