diff options
Diffstat (limited to 'battle/Ghost.cpp')
-rw-r--r-- | battle/Ghost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/battle/Ghost.cpp b/battle/Ghost.cpp index 81b45c4c..b994da05 100644 --- a/battle/Ghost.cpp +++ b/battle/Ghost.cpp @@ -22,7 +22,7 @@ #include "Ghost.h" -Ghost(const PokeMod::Pokemod* par, const unsigned s, const unsigned l, const unsigned t) : +Ghost(const PokeMod::Pokemod& par, const unsigned s, const unsigned l, const unsigned t) : Pokemon(par, s, l), teamSize(t), unknownMoves(par->GetMaxMoves()) |