X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=65c92d08ff33ab905421201621c575a1ce333250;hb=c6ca9d21e45af5ea7caeec722a9b59fdf3aa3b24;hp=e679eb2990a5f47f285eee7eef3202776e71e83f;hpb=1afc887a2040dfdedfa66913e94ff7a9634f648f;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; }