summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Blaze.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Blaze.cpp (renamed from src/Mobs/NewBlaze.cpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/NewBlaze.cpp b/src/Mobs/Blaze.cpp
index 699a14227..954bbfa6c 100644
--- a/src/Mobs/NewBlaze.cpp
+++ b/src/Mobs/Blaze.cpp
@@ -1,14 +1,14 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "NewBlaze.h"
+#include "Blaze.h"
#include "../World.h"
#include "../Entities/FireChargeEntity.h"
-cNewBlaze::cNewBlaze(void) :
+cBlaze::cBlaze(void) :
super("Blaze", mtBlaze, "mob.blaze.hit", "mob.blaze.death", 0.6, 1.8)
{
}
@@ -17,7 +17,7 @@ cNewBlaze::cNewBlaze(void) :
-void cNewBlaze::GetDrops(cItems & a_Drops, cEntity * a_Killer)
+void cBlaze::GetDrops(cItems & a_Drops, cEntity * a_Killer)
{
if ((a_Killer != NULL) && (a_Killer->IsPlayer() || a_Killer->IsA("cWolf")))
{