mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 19:53:52 +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
|
|
@ -26,7 +26,7 @@ private:
|
|||
|
||||
|
||||
protected:
|
||||
unordered_map<__int64, StructureStart *> cachedStructures;
|
||||
unordered_map<int64_t, StructureStart *> cachedStructures;
|
||||
|
||||
public:
|
||||
StructureFeature();
|
||||
|
|
@ -49,7 +49,7 @@ public:
|
|||
TilePos *getNearestGeneratedFeature(Level *level, int cellX, int cellY, int cellZ);
|
||||
|
||||
protected:
|
||||
vector<TilePos> *getGuesstimatedFeaturePositions();
|
||||
vector<TilePos> *getGuesstimatedFeaturePositions();
|
||||
|
||||
private:
|
||||
virtual void restoreSavedData(Level *level);
|
||||
|
|
@ -58,7 +58,7 @@ private:
|
|||
/**
|
||||
* Returns true if the given chunk coordinates should hold a structure
|
||||
* source.
|
||||
*
|
||||
*
|
||||
* @param x
|
||||
* chunk x
|
||||
* @param z
|
||||
|
|
@ -71,7 +71,7 @@ protected:
|
|||
/**
|
||||
* Creates a new instance of a structure source at the given chunk
|
||||
* coordinates.
|
||||
*
|
||||
*
|
||||
* @param x
|
||||
* chunk x
|
||||
* @param z
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue