summaryrefslogtreecommitdiffstats
path: root/src/World.h
diff options
context:
space:
mode:
authorQUSpilPrgm <QUSpilPrgm@users.noreply.github.com>2016-05-29 22:10:35 +0200
committerQUSpilPrgm <QUSpilPrgm@users.noreply.github.com>2016-06-03 15:45:49 +0200
commitf1192c6860fc209509a414beaa4bbeaf87cfcb8d (patch)
treed299b6e8cd24f087f8bf5047cde858d4bcedbcf5 /src/World.h
parentUpdate Dispensers and let them act more like in Vanilla (diff)
downloadcuberite-f1192c6860fc209509a414beaa4bbeaf87cfcb8d.tar
cuberite-f1192c6860fc209509a414beaa4bbeaf87cfcb8d.tar.gz
cuberite-f1192c6860fc209509a414beaa4bbeaf87cfcb8d.tar.bz2
cuberite-f1192c6860fc209509a414beaa4bbeaf87cfcb8d.tar.lz
cuberite-f1192c6860fc209509a414beaa4bbeaf87cfcb8d.tar.xz
cuberite-f1192c6860fc209509a414beaa4bbeaf87cfcb8d.tar.zst
cuberite-f1192c6860fc209509a414beaa4bbeaf87cfcb8d.zip
Diffstat (limited to 'src/World.h')
-rw-r--r--src/World.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/World.h b/src/World.h
index 2181671ad..faddc6f59 100644
--- a/src/World.h
+++ b/src/World.h
@@ -937,6 +937,8 @@ private:
bool m_IsPumpkinBonemealable;
bool m_IsSaplingBonemealable;
bool m_IsSugarcaneBonemealable;
+ bool m_IsBigFlowerBonemealable;
+ bool m_IsTallGrassBonemealable;
/** Whether command blocks are enabled or not */
bool m_bCommandBlocksEnabled;