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