mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-02 11:33:55 -07:00
arrow crash fix. this fixes bug #0000001
This commit is contained in:
parent
a5f678bc3d
commit
8fea71782d
5 changed files with 38 additions and 13 deletions
|
|
@ -167,6 +167,7 @@ public:
|
|||
ArrowItem *addArrow(ServerInfo_Arrow *arrow);
|
||||
ArrowItem *addArrow(int arrowId, CardItem *startCard, ArrowTarget *targetItem, const QColor &color);
|
||||
void delArrow(int arrowId);
|
||||
void removeArrow(ArrowItem *arrow);
|
||||
void clearArrows();
|
||||
PlayerTarget *getPlayerTarget() const { return playerTarget; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue