summaryrefslogtreecommitdiff
path: root/src/particles.h
diff options
context:
space:
mode:
authorSmallJoker <SmallJoker@users.noreply.github.com>2017-09-08 18:39:24 +0200
committerGitHub <noreply@github.com>2017-09-08 18:39:24 +0200
commit1105a14bccefb48a0e264fe19190c39629259338 (patch)
tree15da320d9e44dc4d8461ac4c49b99e0ea4d1fbed /src/particles.h
parente3093cbe857cca99b8f090922d6553bae90c3bf8 (diff)
downloadminetest-1105a14bccefb48a0e264fe19190c39629259338.tar.gz
minetest-1105a14bccefb48a0e264fe19190c39629259338.tar.bz2
minetest-1105a14bccefb48a0e264fe19190c39629259338.zip
Particles: Do not add digging particles for airlike nodes (#6392)
Diffstat (limited to 'src/particles.h')
-rw-r--r--src/particles.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/particles.h b/src/particles.h
index 195658045..11ccd6218 100644
--- a/src/particles.h
+++ b/src/particles.h
@@ -185,9 +185,6 @@ public:
void addDiggingParticles(IGameDef *gamedef, LocalPlayer *player, v3s16 pos,
const MapNode &n, const ContentFeatures &f);
- void addPunchingParticles(IGameDef *gamedef, LocalPlayer *player, v3s16 pos,
- const MapNode &n, const ContentFeatures &f);
-
void addNodeParticle(IGameDef *gamedef, LocalPlayer *player, v3s16 pos,
const MapNode &n, const ContentFeatures &f);