mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Change long to TLong.
This allows a potential linux port to become reality much easier.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
class RandomLevelSource : public ChunkSource
|
||||
{
|
||||
public:
|
||||
RandomLevelSource(Level*, long seed, int);
|
||||
RandomLevelSource(Level*, TLong seed, int);
|
||||
int tick() override;
|
||||
bool shouldSave() override;
|
||||
bool hasChunk(int x, int z) override;
|
||||
|
||||
Reference in New Issue
Block a user