mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-27 02:33:51 +00:00
Remove all MSVC __int64 (#742)
This commit is contained in:
parent
175fc3824e
commit
988e3042e0
277 changed files with 3672 additions and 3684 deletions
|
|
@ -1358,7 +1358,7 @@ void Tile::handleRain(Level *level, int x, int y, int z)
|
|||
{
|
||||
}
|
||||
|
||||
void Tile::levelTimeChanged(Level *level, __int64 delta, __int64 newTime)
|
||||
void Tile::levelTimeChanged(Level *level, int64_t delta, int64_t newTime)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue