diff options
Diffstat (limited to 'src/Mobs/Pig.h')
-rw-r--r-- | src/Mobs/Pig.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/Mobs/Pig.h b/src/Mobs/Pig.h index ed0685e5f..fe2837bec 100644 --- a/src/Mobs/Pig.h +++ b/src/Mobs/Pig.h @@ -7,13 +7,14 @@ -class cPig : +class cPig: public cPassiveMonster { - typedef cPassiveMonster super; + using Super = cPassiveMonster; public: - cPig(void); + + cPig(); CLASS_PROTODEF(cPig) |