mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-24 09:43:51 +00:00
Remove all MSVC __int64 (#742)
This commit is contained in:
parent
175fc3824e
commit
988e3042e0
277 changed files with 3672 additions and 3684 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#include "stdafx.h"
|
||||
#include "net.minecraft.world.level.newbiome.layer.h"
|
||||
|
||||
IslandLayer::IslandLayer(__int64 seedMixup) : Layer(seedMixup)
|
||||
IslandLayer::IslandLayer(int64_t seedMixup) : Layer(seedMixup)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue