Skip to content

Commit

Permalink
Change CPlayerUserId member type to unsigned short (alliedmodders#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Poggicek authored Dec 4, 2023
1 parent 6349d71 commit d7ed476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/eiface.h
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class CPlayerUserId
bool operator!=( const CPlayerUserId &other ) const { return other._index != _index; }

private:
short _index;
unsigned short _index;
};

//-----------------------------------------------------------------------------
Expand Down

0 comments on commit d7ed476

Please sign in to comment.