diff options
author | Mattes D <github@xoft.cz> | 2014-11-27 21:19:52 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2014-11-27 21:19:52 +0100 |
commit | e3e13f552fe717256e2ba4cb9bea7c00834d1ec4 (patch) | |
tree | fd5fd4968aba3e23c4cb8ece659b0afad19436ee /src/BlockID.h | |
parent | CMake: Fixed linux builds. (diff) | |
download | cuberite-e3e13f552fe717256e2ba4cb9bea7c00834d1ec4.tar cuberite-e3e13f552fe717256e2ba4cb9bea7c00834d1ec4.tar.gz cuberite-e3e13f552fe717256e2ba4cb9bea7c00834d1ec4.tar.bz2 cuberite-e3e13f552fe717256e2ba4cb9bea7c00834d1ec4.tar.lz cuberite-e3e13f552fe717256e2ba4cb9bea7c00834d1ec4.tar.xz cuberite-e3e13f552fe717256e2ba4cb9bea7c00834d1ec4.tar.zst cuberite-e3e13f552fe717256e2ba4cb9bea7c00834d1ec4.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockID.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/BlockID.h b/src/BlockID.h index 24de2dc8a..8f2cee02e 100644 --- a/src/BlockID.h +++ b/src/BlockID.h @@ -1096,7 +1096,7 @@ class cIniFile; // tolua_begin /// Translates a blocktype string into blocktype. Takes either a number or an items.ini alias as input. Returns -1 on failure. -extern BLOCKTYPE BlockStringToType(const AString & a_BlockTypeString); +extern int BlockStringToType(const AString & a_BlockTypeString); /// Translates an itemtype string into an item. Takes either a number, number^number, number:number or an items.ini alias as input. Returns true if successful. extern bool StringToItem(const AString & a_ItemTypeString, cItem & a_Item); |