mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-11 20:11:18 +03:00
* Decompile LargeFeature, LargeCaveFeature. Add in game for testing.
* Rename Random::nextTLong to Random::nextLong
This commit is contained in:
@@ -97,7 +97,7 @@ double Random::genrand_real2()
|
||||
return double(genrand_int32()) * (1.0 / 4294967296.0);
|
||||
}
|
||||
|
||||
TLong Random::nextTLong()
|
||||
TLong Random::nextLong()
|
||||
{
|
||||
return TLong(genrand_int32() >> 1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user