summaryrefslogtreecommitdiffstats
path: root/source/blocks/Block.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/blocks/Block.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blocks/Block.h b/source/blocks/Block.h
index e35856459..0a5724ca3 100644
--- a/source/blocks/Block.h
+++ b/source/blocks/Block.h
@@ -46,7 +46,7 @@ public:
static void Deinit();
protected:
- char m_BlockID;
+ BLOCKTYPE m_BlockID;
static cBlockHandler *CreateBlockHandler(BLOCKTYPE a_BlockID);
static cBlockHandler *m_BlockHandler[256];
static bool m_HandlerInitialized; //used to detect if the blockhandlers are initialized