diff options
author | Alexander Harkness <me@bearbin.net> | 2014-10-27 17:46:17 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2014-10-27 17:46:17 +0100 |
commit | 11a80b5d09241ade0a740d1db0d0d2084ab81e3a (patch) | |
tree | d546849ef131536d3a3e9d3160d2d1337d7fb7e8 /src/BlockID.h | |
parent | Merge pull request #1568 from mc-server/TypedBlocktypes (diff) | |
download | cuberite-11a80b5d09241ade0a740d1db0d0d2084ab81e3a.tar cuberite-11a80b5d09241ade0a740d1db0d0d2084ab81e3a.tar.gz cuberite-11a80b5d09241ade0a740d1db0d0d2084ab81e3a.tar.bz2 cuberite-11a80b5d09241ade0a740d1db0d0d2084ab81e3a.tar.lz cuberite-11a80b5d09241ade0a740d1db0d0d2084ab81e3a.tar.xz cuberite-11a80b5d09241ade0a740d1db0d0d2084ab81e3a.tar.zst cuberite-11a80b5d09241ade0a740d1db0d0d2084ab81e3a.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index b0cdc2a00..98eef2684 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -1,7 +1,7 @@ #pragma once -// The following hackery is to allow typed C++ enum for C++ code, yet have ToLua pocess the values. -// ToLua doesn't understand typed enums, so we use preprocessor to hide it from ToLua +// The following hackery is to allow typed C++ enum for C++ code, yet have ToLua peocess the values. +// ToLua doesn't understand typed enums, so we use preprocessor to hide it from ToLua. enum ENUM_BLOCK_ID : BLOCKTYPE #if 0 |