mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-15 03:28:49 -07:00
Merge pull request #3550 from ctrlaltca/fix_hghlight
This commit is contained in:
commit
5a4f020196
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;
|
active = _active;
|
||||||
table->setActive(active);
|
table->setActive(active);
|
||||||
|
|
|
||||||
|
|
@ -384,7 +384,7 @@ public:
|
||||||
{
|
{
|
||||||
return active;
|
return active;
|
||||||
}
|
}
|
||||||
void setActivePlayer(bool _active);
|
void setActive(bool _active);
|
||||||
void setShortcutsActive();
|
void setShortcutsActive();
|
||||||
void setShortcutsInactive();
|
void setShortcutsInactive();
|
||||||
void updateZones();
|
void updateZones();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue