summaryrefslogtreecommitdiffstats
path: root/src/Mobs/NewOcelot.h
diff options
context:
space:
mode:
authorSamuel Barney <samjbarney@gmail.com>2014-08-21 16:26:42 +0200
committerSamuel Barney <samjbarney@gmail.com>2014-08-21 16:26:42 +0200
commit778b933e0078b740093ab9d83eddef702011791a (patch)
treeac1b610b0704f5c6bbd84c83d68a73d8cb01d2b7 /src/Mobs/NewOcelot.h
parentRemoved references to the new mob code in preparation to renaming it. (diff)
downloadcuberite-778b933e0078b740093ab9d83eddef702011791a.tar
cuberite-778b933e0078b740093ab9d83eddef702011791a.tar.gz
cuberite-778b933e0078b740093ab9d83eddef702011791a.tar.bz2
cuberite-778b933e0078b740093ab9d83eddef702011791a.tar.lz
cuberite-778b933e0078b740093ab9d83eddef702011791a.tar.xz
cuberite-778b933e0078b740093ab9d83eddef702011791a.tar.zst
cuberite-778b933e0078b740093ab9d83eddef702011791a.zip
Diffstat (limited to 'src/Mobs/NewOcelot.h')
-rw-r--r--src/Mobs/NewOcelot.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/Mobs/NewOcelot.h b/src/Mobs/NewOcelot.h
deleted file mode 100644
index c1eb3b9e3..000000000
--- a/src/Mobs/NewOcelot.h
+++ /dev/null
@@ -1,26 +0,0 @@
-
-#pragma once
-
-#include "NewMonster.h"
-
-
-
-
-
-class cNewOcelot :
- public cNewMonster
-{
- typedef cNewMonster super;
-
-public:
- cNewOcelot(void) :
- super("Ocelot", mtOcelot, "mob.cat.hitt", "mob.cat.hitt", 0.6, 0.8)
- {
- }
-
- CLASS_PROTODEF(cNewOcelot)
-} ;
-
-
-
-