aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/NotGateTile.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/NotGateTile.cpp')
-rw-r--r--Minecraft.World/NotGateTile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/NotGateTile.cpp b/Minecraft.World/NotGateTile.cpp
index 3aa9aee1..8d41c839 100644
--- a/Minecraft.World/NotGateTile.cpp
+++ b/Minecraft.World/NotGateTile.cpp
@@ -229,7 +229,7 @@ int NotGateTile::cloneTileId(Level *level, int x, int y, int z)
return Tile::redstoneTorch_on_Id;
}
-void NotGateTile::levelTimeChanged(Level *level, __int64 delta, __int64 newTime)
+void NotGateTile::levelTimeChanged(Level *level, int64_t delta, int64_t newTime)
{
deque<Toggle> *toggles = recentToggles[level];