diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-06 12:36:20 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-06 12:36:20 +0200 |
commit | 323612e5c0bb5e6f7bf680c14f0340a71ee8c977 (patch) | |
tree | 622ea91585602089968f0cdecd1255d27e7f4183 /source/blocks/Block.h | |
parent | GNUmakefile: Split the debug build into debug and pedantic; more comments; added O3 optimization to external C libraries even in debug mode (diff) | |
download | cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.gz cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.bz2 cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.lz cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.xz cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.tar.zst cuberite-323612e5c0bb5e6f7bf680c14f0340a71ee8c977.zip |
Diffstat (limited to 'source/blocks/Block.h')
-rw-r--r-- | source/blocks/Block.h | 2 |
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
|