summaryrefslogtreecommitdiffstats
path: root/src/UI/EnderChestWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/EnderChestWindow.h')
-rw-r--r--src/UI/EnderChestWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/EnderChestWindow.h b/src/UI/EnderChestWindow.h
index 05f8ca49f..b14c760e1 100644
--- a/src/UI/EnderChestWindow.h
+++ b/src/UI/EnderChestWindow.h
@@ -30,7 +30,7 @@ public:
protected:
cWorld * m_World;
- int m_BlockX, m_BlockY, m_BlockZ; // Position of the enderchest, for the window-close packet
+ Vector3i m_BlockPos; // Position of the enderchest, for the window-close packet
};