fix(ViewPlayer): Make "never wanted" feature independent for each player (#316)

Co-authored-by: Yimura <andreas.maerten@scarlet.be>
This commit is contained in:
mentolixite
2022-07-05 22:35:32 +02:00
committed by GitHub
parent 36e054b705
commit faee5efb6e
7 changed files with 19 additions and 7 deletions

View File

@ -36,6 +36,8 @@ namespace big
[[nodiscard]] bool is_host() const;
[[nodiscard]] bool is_valid() const;
bool never_wanted = false;
protected:
bool equals(const CNetGamePlayer* net_game_player) const;