mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Change long to TLong.
This allows a potential linux port to become reality much easier.
This commit is contained in:
@@ -12,7 +12,7 @@ LevelData::LevelData()
|
||||
{
|
||||
}
|
||||
|
||||
LevelData::LevelData(long seed, const std::string& name, int x)
|
||||
LevelData::LevelData(TLong seed, const std::string& name, int x)
|
||||
{
|
||||
m_seed = seed;
|
||||
field_20 = x;
|
||||
|
||||
Reference in New Issue
Block a user