tresinformal / drakkar

The tresinformal video game called 'Drakkar'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add operator== for player to player

richelbilderbeek opened this issue · comments

Context

Currently, we cannot compare player for equality.

Test

  • Test is ready and on develop
#define FIX_ISSUE_676
// (676) Can compare players for equality
{
  const player a;
  const player b;
  assert(a == b);
}
#endif // FIX_ISSUE_676