summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHowaner <franzi.moos@googlemail.com>2014-05-04 01:20:16 +0200
committerHowaner <franzi.moos@googlemail.com>2014-05-05 17:34:32 +0200
commitca3c9ce84d50426631bf49124ad5e822c8ef9e94 (patch)
tree806e8bffae0fff7fe30cf3e6bc6145c2f66cd509
parentAdd clicks, exp subtraction, item check, ... (diff)
downloadcuberite-ca3c9ce84d50426631bf49124ad5e822c8ef9e94.tar
cuberite-ca3c9ce84d50426631bf49124ad5e822c8ef9e94.tar.gz
cuberite-ca3c9ce84d50426631bf49124ad5e822c8ef9e94.tar.bz2
cuberite-ca3c9ce84d50426631bf49124ad5e822c8ef9e94.tar.lz
cuberite-ca3c9ce84d50426631bf49124ad5e822c8ef9e94.tar.xz
cuberite-ca3c9ce84d50426631bf49124ad5e822c8ef9e94.tar.zst
cuberite-ca3c9ce84d50426631bf49124ad5e822c8ef9e94.zip
-rw-r--r--src/UI/Window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/Window.h b/src/UI/Window.h
index c87d9b174..542dccb88 100644
--- a/src/UI/Window.h
+++ b/src/UI/Window.h
@@ -245,7 +245,7 @@ public:
/** Set the repaired item name. */
void SetRepairedItemName(const AString & a_Name, cPlayer * a_Player);
- /** Get the Position from the Enchantment Table */
+ /** Gets the Position from the Anvil */
void GetBlockPos(int & a_PosX, int & a_PosY, int & a_PosZ);
protected: