summaryrefslogtreecommitdiffstats
path: root/src/Mobs/Mooshroom.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Mobs/Mooshroom.cpp (renamed from src/Mobs/NewMooshroom.cpp)6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Mobs/NewMooshroom.cpp b/src/Mobs/Mooshroom.cpp
index c9362b0f2..d20c92fee 100644
--- a/src/Mobs/NewMooshroom.cpp
+++ b/src/Mobs/Mooshroom.cpp
@@ -1,7 +1,7 @@
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
-#include "NewMooshroom.h"
+#include "Mooshroom.h"
#include "../Entities/Player.h"
@@ -13,7 +13,7 @@
-cNewMooshroom::cNewMooshroom(void) :
+cMooshroom::cMooshroom(void) :
super("Mooshroom", mtMooshroom, "mob.cow.hurt", "mob.cow.hurt", 0.9, 1.3)
{
}
@@ -22,7 +22,7 @@ cNewMooshroom::cNewMooshroom(void) :
-void cNewMooshroom::GetDrops(cItems & a_Drops, cEntity * a_Killer)
+void cMooshroom::GetDrops(cItems & a_Drops, cEntity * a_Killer)
{
int LootingLevel = 0;
if (a_Killer != NULL)