diff options
Diffstat (limited to 'Minecraft.World/RiverInitLayer.h')
| -rw-r--r-- | Minecraft.World/RiverInitLayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/RiverInitLayer.h b/Minecraft.World/RiverInitLayer.h index bc8dca1b..6deb50e9 100644 --- a/Minecraft.World/RiverInitLayer.h +++ b/Minecraft.World/RiverInitLayer.h @@ -5,7 +5,7 @@ class RiverInitLayer : public Layer { public: - RiverInitLayer(int64_t seed, shared_ptr<Layer>parent); + RiverInitLayer(__int64 seed, shared_ptr<Layer>parent); intArray getArea(int xo, int yo, int w, int h); };
\ No newline at end of file |
