diff options
Diffstat (limited to '')
-rw-r--r-- | source/Mobs/Pig.h (renamed from source/cPig.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cPig.h b/source/Mobs/Pig.h index 481aa2969..e701535ba 100644 --- a/source/cPig.h +++ b/source/Mobs/Pig.h @@ -1,6 +1,6 @@ #pragma once -#include "cPassiveMonster.h" +#include "PassiveMonster.h" class cPig : public cPassiveMonster { |