summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockEnderchest.h
diff options
context:
space:
mode:
authornarroo <narroo@vt.edu>2014-03-25 22:26:13 +0100
committernarroo <narroo@vt.edu>2014-03-25 22:26:13 +0100
commit3df4f8609dc2e28c2328ddf448fa53f5483f4262 (patch)
tree304649639f7d07dc73fba8a700a1687031d3b08c /src/Blocks/BlockEnderchest.h
parentChanged Rotater to Rotator. Added partial sign post rotation support. (diff)
downloadcuberite-3df4f8609dc2e28c2328ddf448fa53f5483f4262.tar
cuberite-3df4f8609dc2e28c2328ddf448fa53f5483f4262.tar.gz
cuberite-3df4f8609dc2e28c2328ddf448fa53f5483f4262.tar.bz2
cuberite-3df4f8609dc2e28c2328ddf448fa53f5483f4262.tar.lz
cuberite-3df4f8609dc2e28c2328ddf448fa53f5483f4262.tar.xz
cuberite-3df4f8609dc2e28c2328ddf448fa53f5483f4262.tar.zst
cuberite-3df4f8609dc2e28c2328ddf448fa53f5483f4262.zip
Diffstat (limited to 'src/Blocks/BlockEnderchest.h')
-rw-r--r--src/Blocks/BlockEnderchest.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Blocks/BlockEnderchest.h b/src/Blocks/BlockEnderchest.h
index 97cf484fb..67955f8ce 100644
--- a/src/Blocks/BlockEnderchest.h
+++ b/src/Blocks/BlockEnderchest.h
@@ -2,17 +2,17 @@
#pragma once
#include "BlockEntity.h"
-#include "MetaRotater.h"
+#include "MetaRotator.h"
class cBlockEnderchestHandler :
- public cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>
+ public cMetaRotator<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>
{
public:
cBlockEnderchestHandler(BLOCKTYPE a_BlockType)
- : cMetaRotater<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>(a_BlockType)
+ : cMetaRotator<cBlockEntityHandler, 0x07, 0x02, 0x05, 0x03, 0x04>(a_BlockType)
{
}