diff options
author | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-07 12:08:57 +0200 |
---|---|---|
committer | madmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-10-07 12:08:57 +0200 |
commit | 7b42204b245e558c0f0d330acd5a642582dd7991 (patch) | |
tree | 486bf642c5c2ec077f58e22a9ac8398e6b12c3bf /source/Blocks/BlockDirt.h | |
parent | CryptoPP compilation fixes for gcc 4.7 (diff) | |
download | cuberite-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.h | 2 |
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)
{
|