diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-02 21:28:37 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-08-02 21:28:37 +1000 |
commit | c80b2d2dbc32c45b4eaeb802af6dcdf921b8410b (patch) | |
tree | 41cbe5205b48c6e7d49ccf04d9a2818e68afbc05 /source/game/StarWorldClient.hpp | |
parent | 994c533a0f7b4aa1a1530405505a53546252e1d1 (diff) |
Add loading icon when swapping character
Diffstat (limited to 'source/game/StarWorldClient.hpp')
-rw-r--r-- | source/game/StarWorldClient.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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(); |