Fix active player game area highlightning
This commit is contained in:
parent
9a8c81cf5e
commit
ec081b8b03
2 changed files with 2 additions and 2 deletions
|
@ -1940,7 +1940,7 @@ void Player::processGameEvent(GameEvent::GameEventType type, const GameEvent &ev
|
|||
}
|
||||
}
|
||||
|
||||
void Player::setActivePlayer(bool _active)
|
||||
void Player::setActive(bool _active)
|
||||
{
|
||||
active = _active;
|
||||
table->setActive(active);
|
||||
|
|
|
@ -384,7 +384,7 @@ public:
|
|||
{
|
||||
return active;
|
||||
}
|
||||
void setActivePlayer(bool _active);
|
||||
void setActive(bool _active);
|
||||
void setShortcutsActive();
|
||||
void setShortcutsInactive();
|
||||
void updateZones();
|
||||
|
|
Loading…
Reference in a new issue