From 16f44ab7de445e153d949a611104f9ca1cac265c Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 23 Sep 2012 20:53:08 +0000 Subject: Source files cleanup: Mobs-related files in a separate subfolder, renamed. git-svn-id: http://mc-server.googlecode.com/svn/trunk@883 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWolf.cpp | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 source/cWolf.cpp (limited to 'source/cWolf.cpp') diff --git a/source/cWolf.cpp b/source/cWolf.cpp deleted file mode 100644 index fa693bcbd..000000000 --- a/source/cWolf.cpp +++ /dev/null @@ -1,20 +0,0 @@ - -#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules - -#include "cWolf.h" - -cWolf::cWolf() -{ - m_MobType = 95; - GetMonsterConfig("Wolf"); -} - -cWolf::~cWolf() -{ -} - -bool cWolf::IsA( const char* a_EntityType ) -{ - if( strcmp( a_EntityType, "cWolf" ) == 0 ) return true; - return cMonster::IsA( a_EntityType ); -} -- cgit v1.2.3