Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
ea106718
Commit
ea106718
authored
Dec 27, 2014
by
Fabio Bas
Browse files
Specify the player when triggering a move on a revealed card
Fixes #72, #493
parent
f5293579
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/player.cpp
View file @
ea106718
...
...
@@ -1900,7 +1900,7 @@ void Player::cardMenuAction()
default:
;
}
}
game
->
sendGameCommand
(
prepareGameCommand
(
commandList
));
game
->
sendGameCommand
(
prepareGameCommand
(
commandList
)
,
getId
()
);
}
void
Player
::
actIncPT
(
int
deltaP
,
int
deltaT
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment