summaryrefslogtreecommitdiffstats
path: root/source/Mobs/Chicken.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--source/Mobs/Chicken.h (renamed from source/cChicken.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChicken.h b/source/Mobs/Chicken.h
index b04197414..acfb202e3 100644
--- a/source/cChicken.h
+++ b/source/Mobs/Chicken.h
@@ -1,6 +1,6 @@
#pragma once
-#include "cPassiveMonster.h"
+#include "PassiveMonster.h"
class cChicken : public cPassiveMonster
{