X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=65c92d08ff33ab905421201621c575a1ce333250;hb=4e3d9c23940c4511623b5bf328cbbe42641c4b30;hp=e679eb2990a5f47f285eee7eef3202776e71e83f;hpb=2b31a783f1bac06c7f6d7adbe5e13e4148c7a815;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index e679eb2..65c92d0 100644 --- a/src/client/InteractiveState.hpp +++ b/src/client/InteractiveState.hpp @@ -21,7 +21,7 @@ class InteractiveState : public State { public: - explicit InteractiveState(MasterState &); + explicit InteractiveState(MasterState &, std::uint32_t player_id); World &GetWorld() noexcept { return world; } Interface &GetInterface() noexcept { return interface; }