summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Sheep.cpp
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@outlook.com>2022-01-14 19:21:10 +0100
committerAlexander Harkness <me@bearbin.net>2022-01-14 20:43:29 +0100
commitda0fdbe113e9b3a5254822a20a8ca2595cd661cb (patch)
treeb12753160572310ac7a6878319cca5afe728e2d6 /src/Mobs/Sheep.cpp
parenteblockface (diff)
downloadcuberite-da0fdbe113e9b3a5254822a20a8ca2595cd661cb.tar
cuberite-da0fdbe113e9b3a5254822a20a8ca2595cd661cb.tar.gz
cuberite-da0fdbe113e9b3a5254822a20a8ca2595cd661cb.tar.bz2
cuberite-da0fdbe113e9b3a5254822a20a8ca2595cd661cb.tar.lz
cuberite-da0fdbe113e9b3a5254822a20a8ca2595cd661cb.tar.xz
cuberite-da0fdbe113e9b3a5254822a20a8ca2595cd661cb.tar.zst
cuberite-da0fdbe113e9b3a5254822a20a8ca2595cd661cb.zip
Diffstat (limited to 'src/Mobs/Sheep.cpp')
-rw-r--r--src/Mobs/Sheep.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Sheep.cpp b/src/Mobs/Sheep.cpp
index 14d8dd8d8..be4def2b7 100644
--- a/src/Mobs/Sheep.cpp
+++ b/src/Mobs/Sheep.cpp
@@ -42,7 +42,7 @@ void cSheep::GetDrops(cItems & a_Drops, cEntity * a_Killer)
if (!m_IsSheared)
{
- a_Drops.emplace_back(E_BLOCK_WOOL, char(1), static_cast<short>(m_WoolColor));
+ a_Drops.emplace_back(E_BLOCK_WOOL, static_cast<char>(1), static_cast<short>(m_WoolColor));
}
unsigned int LootingLevel = 0;