mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-25 19:33:50 +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"
|
||||
|
||||
RiverInitLayer::RiverInitLayer(__int64 seed, shared_ptr<Layer>parent) : Layer(seed)
|
||||
RiverInitLayer::RiverInitLayer(int64_t seed, shared_ptr<Layer>parent) : Layer(seed)
|
||||
{
|
||||
this->parent = parent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue