diff options
author | Mattes D <github@xoft.cz> | 2015-04-14 22:31:09 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2015-04-14 22:31:09 +0200 |
commit | 54289aeccbb5a4d9624c369435ec29ce858374b9 (patch) | |
tree | 347b00bdfc68314d6a5e0a0aac5c89e3a19d6599 /src/Entities/WitherSkullEntity.cpp | |
parent | Debuggers: Renamed conflicting /cs command to /cstay. (diff) | |
parent | Changed air drag for pickups (diff) | |
download | cuberite-54289aeccbb5a4d9624c369435ec29ce858374b9.tar cuberite-54289aeccbb5a4d9624c369435ec29ce858374b9.tar.gz cuberite-54289aeccbb5a4d9624c369435ec29ce858374b9.tar.bz2 cuberite-54289aeccbb5a4d9624c369435ec29ce858374b9.tar.lz cuberite-54289aeccbb5a4d9624c369435ec29ce858374b9.tar.xz cuberite-54289aeccbb5a4d9624c369435ec29ce858374b9.tar.zst cuberite-54289aeccbb5a4d9624c369435ec29ce858374b9.zip |
Diffstat (limited to 'src/Entities/WitherSkullEntity.cpp')
-rw-r--r-- | src/Entities/WitherSkullEntity.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Entities/WitherSkullEntity.cpp b/src/Entities/WitherSkullEntity.cpp index a7e774bba..dc95e3edd 100644 --- a/src/Entities/WitherSkullEntity.cpp +++ b/src/Entities/WitherSkullEntity.cpp @@ -16,6 +16,8 @@ cWitherSkullEntity::cWitherSkullEntity(cEntity * a_Creator, double a_X, double a super(pkWitherSkull, a_Creator, a_X, a_Y, a_Z, 0.25, 0.25) { SetSpeed(a_Speed); + SetGravity(0); + SetAirDrag(0); } |