diff options
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); |