From 4b3043f627cd527b66f9b71be45be3188c3b0439 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Fri, 10 Apr 2020 01:01:07 +0100 Subject: Fix compilation, for real this time. I should go to sleep now... --- src/Mobs/Monster.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Mobs/Monster.cpp') diff --git a/src/Mobs/Monster.cpp b/src/Mobs/Monster.cpp index d20afa589..3cb1b00e8 100644 --- a/src/Mobs/Monster.cpp +++ b/src/Mobs/Monster.cpp @@ -1226,7 +1226,7 @@ std::unique_ptr cMonster::NewMonsterFromType(eMonsterType a_MobType) case mtWither: return cpp14::make_unique(); case mtWitherSkeleton: return cpp14::make_unique(); case mtWolf: return cpp14::make_unique(); - case mtZombie: return cpp14::make_unique(false); // TODO: Infected zombie parameter + case mtZombie: return cpp14::make_unique(); case mtZombiePigman: return cpp14::make_unique(); default: { -- cgit v1.2.3