summaryrefslogtreecommitdiffstats
path: root/src/Entities
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2017-09-02 17:15:22 +0200
committerLogicParrot <LogicParrot@users.noreply.github.com>2017-09-02 17:15:22 +0200
commit17c5d4e0c9532ac8381f098dc3629b3066e720ec (patch)
tree0da08711b16e4babf636b6c9dc7ee1e42db33410 /src/Entities
parentImplemented creepers using Behaviors (diff)
downloadcuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar
cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.gz
cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.bz2
cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.lz
cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.xz
cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.tar.zst
cuberite-17c5d4e0c9532ac8381f098dc3629b3066e720ec.zip
Diffstat (limited to '')
-rw-r--r--src/Entities/WitherSkullEntity.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Entities/WitherSkullEntity.cpp b/src/Entities/WitherSkullEntity.cpp
index 03385b283..cbf3d7ae9 100644
--- a/src/Entities/WitherSkullEntity.cpp
+++ b/src/Entities/WitherSkullEntity.cpp
@@ -1,4 +1,5 @@
+
// WitherSkullEntity.cpp
// Implements the cWitherSkullEntity class representing the entity used by both blue and black wither skulls