summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockRedstoneTorch.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Blocks/BlockRedstoneTorch.h')
-rw-r--r--source/Blocks/BlockRedstoneTorch.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Blocks/BlockRedstoneTorch.h b/source/Blocks/BlockRedstoneTorch.h
index 857c61761..ef4efaaab 100644
--- a/source/Blocks/BlockRedstoneTorch.h
+++ b/source/Blocks/BlockRedstoneTorch.h
@@ -13,8 +13,8 @@ class cBlockRedstoneTorchHandler :
public cBlockTorchHandler
{
public:
- cBlockRedstoneTorchHandler(BLOCKTYPE a_BlockID)
- : cBlockTorchHandler(a_BlockID)
+ cBlockRedstoneTorchHandler(BLOCKTYPE a_BlockType)
+ : cBlockTorchHandler(a_BlockType)
{
}