diff options
author | DevToaster <blazetoaster@gmail.com> | 2015-03-31 01:42:32 +0200 |
---|---|---|
committer | DevToaster <blazetoaster@gmail.com> | 2015-03-31 01:42:32 +0200 |
commit | c743c7fd0cc12bf10d76ecb8cdcb8029ed8429a4 (patch) | |
tree | aef0d73b4a70ea991894dd1f739f074a622485ef /src/Entities/WitherSkullEntity.cpp | |
parent | QtBiomeVisualiser: Fixed compilation and INI loading. (diff) | |
download | cuberite-c743c7fd0cc12bf10d76ecb8cdcb8029ed8429a4.tar cuberite-c743c7fd0cc12bf10d76ecb8cdcb8029ed8429a4.tar.gz cuberite-c743c7fd0cc12bf10d76ecb8cdcb8029ed8429a4.tar.bz2 cuberite-c743c7fd0cc12bf10d76ecb8cdcb8029ed8429a4.tar.lz cuberite-c743c7fd0cc12bf10d76ecb8cdcb8029ed8429a4.tar.xz cuberite-c743c7fd0cc12bf10d76ecb8cdcb8029ed8429a4.tar.zst cuberite-c743c7fd0cc12bf10d76ecb8cdcb8029ed8429a4.zip |
Diffstat (limited to '')
-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); } |