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:
@@ -47,7 +47,7 @@ bool TickNextTickData::operator==(const TickNextTickData& other) const
|
||||
field_10 == other.field_10;
|
||||
}
|
||||
|
||||
void TickNextTickData::setDelay(long l)
|
||||
void TickNextTickData::setDelay(TLong l)
|
||||
{
|
||||
m_delay = l;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user