summaryrefslogtreecommitdiffstats
path: root/source/cDoors.h
diff options
context:
space:
mode:
authoradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-10 17:30:14 +0100
committeradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-10 17:30:14 +0100
commit6027c3d0b8417c951b92f37e80cb6f99ebf40e67 (patch)
treee3169e73472f4937c5bb23678bd46d79e89feeac /source/cDoors.h
parentFixed doors. I forgot to actually return proper Hex value. Started work on adding farmland, farming, and leaf decay support. (diff)
downloadcuberite-6027c3d0b8417c951b92f37e80cb6f99ebf40e67.tar
cuberite-6027c3d0b8417c951b92f37e80cb6f99ebf40e67.tar.gz
cuberite-6027c3d0b8417c951b92f37e80cb6f99ebf40e67.tar.bz2
cuberite-6027c3d0b8417c951b92f37e80cb6f99ebf40e67.tar.lz
cuberite-6027c3d0b8417c951b92f37e80cb6f99ebf40e67.tar.xz
cuberite-6027c3d0b8417c951b92f37e80cb6f99ebf40e67.tar.zst
cuberite-6027c3d0b8417c951b92f37e80cb6f99ebf40e67.zip
Diffstat (limited to 'source/cDoors.h')
-rw-r--r--source/cDoors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cDoors.h b/source/cDoors.h
index 0258a9625..eb1710df2 100644
--- a/source/cDoors.h
+++ b/source/cDoors.h
@@ -51,6 +51,8 @@ public:
return 0xA;
} else if ( (int)MetaData == 15 ) {
return 0xB;
+ } else {
+ return 0x0;
}
} //tolua_export