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:
@@ -64,7 +64,7 @@ float* Dimension::getSunriseColor(float a, float b)
|
||||
return m_sunriseColor;
|
||||
}
|
||||
|
||||
float Dimension::getTimeOfDay(long l, float f)
|
||||
float Dimension::getTimeOfDay(TLong l, float f)
|
||||
{
|
||||
#ifndef ENH_RUN_DAY_NIGHT_CYCLE
|
||||
//@QUIRK: This is a constant.
|
||||
|
||||
Reference in New Issue
Block a user