summaryrefslogtreecommitdiffstats
path: root/src/Blocks/BlockRedstoneLamp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Blocks/BlockRedstoneLamp.h')
-rw-r--r--src/Blocks/BlockRedstoneLamp.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Blocks/BlockRedstoneLamp.h b/src/Blocks/BlockRedstoneLamp.h
index 69a2b27c2..8545d5ca6 100644
--- a/src/Blocks/BlockRedstoneLamp.h
+++ b/src/Blocks/BlockRedstoneLamp.h
@@ -20,6 +20,12 @@ public:
{
a_Pickups.push_back(cItem(E_BLOCK_REDSTONE_LAMP_OFF, 1, 0));
}
+
+ virtual ColourID GetMapBaseColourID(NIBBLETYPE a_Meta) override
+ {
+ UNUSED(a_Meta);
+ return 15;
+ }
};