summaryrefslogtreecommitdiffstats
path: root/source/Blocks/BlockDirt.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-07 12:08:57 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-07 12:08:57 +0200
commit7b42204b245e558c0f0d330acd5a642582dd7991 (patch)
tree486bf642c5c2ec077f58e22a9ac8398e6b12c3bf /source/Blocks/BlockDirt.h
parentCryptoPP compilation fixes for gcc 4.7 (diff)
downloadcuberite-7b42204b245e558c0f0d330acd5a642582dd7991.tar
cuberite-7b42204b245e558c0f0d330acd5a642582dd7991.tar.gz
cuberite-7b42204b245e558c0f0d330acd5a642582dd7991.tar.bz2
cuberite-7b42204b245e558c0f0d330acd5a642582dd7991.tar.lz
cuberite-7b42204b245e558c0f0d330acd5a642582dd7991.tar.xz
cuberite-7b42204b245e558c0f0d330acd5a642582dd7991.tar.zst
cuberite-7b42204b245e558c0f0d330acd5a642582dd7991.zip
Diffstat (limited to '')
-rw-r--r--source/Blocks/BlockDirt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockDirt.h b/source/Blocks/BlockDirt.h
index b048b6318..31d981cb2 100644
--- a/source/Blocks/BlockDirt.h
+++ b/source/Blocks/BlockDirt.h
@@ -26,7 +26,7 @@ public:
}
- void OnUpdate(cWorld * a_World, int a_BlockX, int a_BlockY, int a_BlockZ) override
+ virtual void OnUpdate(cWorld * a_World, int a_BlockX, int a_BlockY, int a_BlockZ) override
{
if (m_BlockType != E_BLOCK_GRASS)
{