From 9c85ed5864d53057ebde6f756f89b400172e52b5 Mon Sep 17 00:00:00 2001 From: hallucino Date: Thu, 16 Jul 2015 15:06:54 +0200 Subject: Spawn baby mobs --- src/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/World.h') diff --git a/src/World.h b/src/World.h index aeab7bfa5..4e85dc5e5 100644 --- a/src/World.h +++ b/src/World.h @@ -842,7 +842,7 @@ public: bool IsBlockDirectlyWatered(int a_BlockX, int a_BlockY, int a_BlockZ); // tolua_export /** Spawns a mob of the specified type. Returns the mob's UniqueID if recognized and spawned, cEntity::INVALID_ID otherwise */ - virtual UInt32 SpawnMob(double a_PosX, double a_PosY, double a_PosZ, eMonsterType a_MonsterType) override; // tolua_export + virtual UInt32 SpawnMob(double a_PosX, double a_PosY, double a_PosZ, eMonsterType a_MonsterType, bool a_Baby = false) override; // tolua_export UInt32 SpawnMobFinalize(cMonster * a_Monster); -- cgit v1.2.3