diff options
Diffstat (limited to 'src/net/tmwa/pethandler.cpp')
-rw-r--r-- | src/net/tmwa/pethandler.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net/tmwa/pethandler.cpp b/src/net/tmwa/pethandler.cpp index adb82f16f..c10fd5882 100644 --- a/src/net/tmwa/pethandler.cpp +++ b/src/net/tmwa/pethandler.cpp @@ -31,6 +31,11 @@ PetHandler::PetHandler() : petHandler = this; } +PetHandler::~PetHandler() +{ + petHandler = nullptr; +} + void PetHandler::move(const int x A_UNUSED, const int y A_UNUSED) const { |