diff options
Diffstat (limited to '')
-rw-r--r-- | src/Mobs/Sheep.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mobs/Sheep.h b/src/Mobs/Sheep.h index 28e1c7254..c0ef02162 100644 --- a/src/Mobs/Sheep.h +++ b/src/Mobs/Sheep.h @@ -18,7 +18,7 @@ public: Use E_META_WOOL_* constants for the wool color. If you type -1, the server will generate a random color with the GenerateNaturalRandomColor() function. */ - cSheep(int a_Color = -1); + cSheep(CreateMonsterInfo a_Info, int a_Color = -1); CLASS_PROTODEF(cSheep) |