diff options
Diffstat (limited to 'Minecraft.World/LightningBolt.h')
| -rw-r--r-- | Minecraft.World/LightningBolt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/LightningBolt.h b/Minecraft.World/LightningBolt.h index 2a14e88a..28d5e004 100644 --- a/Minecraft.World/LightningBolt.h +++ b/Minecraft.World/LightningBolt.h @@ -16,7 +16,7 @@ private: int life; public: - int64_t seed; + __int64 seed; private: int flashes; |
