diff options
author | Tiger Wang <ziwei.tiger@outlook.com> | 2021-02-06 22:32:54 +0100 |
---|---|---|
committer | Tiger Wang <ziwei.tiger@outlook.com> | 2021-02-07 23:36:15 +0100 |
commit | 7ad054b08715c5ee57b6362718c18c3758796d28 (patch) | |
tree | 13452aa95ea91d856c02bdc286507d88eaa92b0d /src/BlockInfo.h | |
parent | Explodinator: fix divide by zero (diff) | |
download | cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.gz cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.bz2 cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.lz cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.xz cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.tar.zst cuberite-7ad054b08715c5ee57b6362718c18c3758796d28.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockInfo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/BlockInfo.h b/src/BlockInfo.h index d40ea21ac..fe5421690 100644 --- a/src/BlockInfo.h +++ b/src/BlockInfo.h @@ -12,14 +12,6 @@ class cBlockInfo { public: - // tolua_end - - /** Returns how much of an explosion Destruction Lazor's (tm) intensity the given block attenuates. - See Physics\Explodinator.cpp for details of explosion block destruction. */ - static float GetExplosionAbsorption(BLOCKTYPE Block); - - // tolua_begin - /** How much light do the blocks emit on their own? */ static NIBBLETYPE GetLightValue(BLOCKTYPE Block); |