From c80b2d2dbc32c45b4eaeb802af6dcdf921b8410b Mon Sep 17 00:00:00 2001 From: Kae <80987908+Novaenia@users.noreply.github.com> Date: Wed, 2 Aug 2023 21:28:37 +1000 Subject: Add loading icon when swapping character --- source/game/StarWorldClient.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/game/StarWorldClient.hpp') diff --git a/source/game/StarWorldClient.hpp b/source/game/StarWorldClient.hpp index d816117..2c3c340 100644 --- a/source/game/StarWorldClient.hpp +++ b/source/game/StarWorldClient.hpp @@ -212,6 +212,8 @@ private: void clearWorld(); void tryGiveMainPlayerItem(ItemPtr item); + void notifyEntityCreate(EntityPtr const& entity); + // Queues pending (step based) updates to server, void queueUpdatePackets(); void handleDamageNotifications(); -- cgit v1.2.3