X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fclient%2FInteractiveState.hpp;h=efaeae425c03d869ef8df008ebad386793138b72;hb=36923ee2defd0848c5a530721114d4e553872305;hp=e679eb2990a5f47f285eee7eef3202776e71e83f;hpb=1afc887a2040dfdedfa66913e94ff7a9634f648f;p=blank.git diff --git a/src/client/InteractiveState.hpp b/src/client/InteractiveState.hpp index e679eb2..efaeae4 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; } @@ -37,8 +37,8 @@ private: BlockTypeRegistry block_types; WorldSave save; World world; - ChunkRenderer chunk_renderer; Interface interface; + ChunkRenderer chunk_renderer; };