summaryrefslogtreecommitdiff
path: root/src/net/tmwa/pethandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/tmwa/pethandler.h')
-rw-r--r--src/net/tmwa/pethandler.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/net/tmwa/pethandler.h b/src/net/tmwa/pethandler.h
index 30eff59b8..bcfa6b1a6 100644
--- a/src/net/tmwa/pethandler.h
+++ b/src/net/tmwa/pethandler.h
@@ -47,7 +47,10 @@ class PetHandler final : public MessageHandler, public Net::PetHandler
const int x, const int y) const override final;
void emote(const uint8_t emoteId,
- const int petId) const override final;
+ const int petId) override final;
+
+ protected:
+ int mRandCounter;
};
} // namespace TmwAthena