mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -07:00
Lint again.
Took 2 minutes
This commit is contained in:
parent
27580f1d4a
commit
f937ec8e2a
1 changed files with 1 additions and 2 deletions
|
|
@ -263,8 +263,7 @@ void CardItem::drawArrow(const QColor &arrowColor)
|
|||
if (static_cast<TabGame *>(owner->parent())->getGame()->getPlayerManager()->isSpectator())
|
||||
return;
|
||||
|
||||
Player *arrowOwner =
|
||||
static_cast<TabGame *>(owner->parent())
|
||||
Player *arrowOwner = static_cast<TabGame *>(owner->parent())
|
||||
->getGame()
|
||||
->getPlayerManager()
|
||||
->getActiveLocalPlayer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue