summaryrefslogtreecommitdiffstats
path: root/source/BlockID.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/BlockID.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/BlockID.h b/source/BlockID.h
index becc0cad8..4f3a3d3ed 100644
--- a/source/BlockID.h
+++ b/source/BlockID.h
@@ -617,7 +617,7 @@ class cItem;
/// Translates a blocktype string into blocktype. Takes either a number or an items.ini alias as input. Returns -1 on failure.
-extern int BlockStringToType(const AString & a_BlockTypeString); // tolua_export
+extern BLOCKTYPE BlockStringToType(const AString & a_BlockTypeString); // tolua_export
/// 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); // tolua_export