aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/FootstepParticle.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/FootstepParticle.h')
-rw-r--r--Minecraft.Client/FootstepParticle.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Minecraft.Client/FootstepParticle.h b/Minecraft.Client/FootstepParticle.h
index 50e5e36d..56f2b915 100644
--- a/Minecraft.Client/FootstepParticle.h
+++ b/Minecraft.Client/FootstepParticle.h
@@ -6,7 +6,9 @@ class FootstepParticle : public Particle
{
public:
virtual eINSTANCEOF GetType() { return eType_FOOTSTEPPARTICLE; }
+
private:
+ static ResourceLocation FOOTPRINT_LOCATION;
int life;
int lifeTime;
Textures *textures;