* Change long to TLong.

This allows a potential linux port to become reality much easier.
This commit is contained in:
iProgramInCpp
2023-07-31 21:08:31 +03:00
parent 47f9b45ac4
commit 5884302836
24 changed files with 82 additions and 48 deletions

View File

@@ -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;
}