mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2025-12-22 07:10:25 -08:00
controller change bug fix
This commit is contained in:
@@ -330,8 +330,8 @@ ResponseCode Server_Player::moveCard(CommandContainer *cont, Server_CardZone *st
|
|||||||
publicCardName = card->getName();
|
publicCardName = card->getName();
|
||||||
|
|
||||||
int oldCardId = card->getId();
|
int oldCardId = card->getId();
|
||||||
if (faceDown)
|
if (faceDown || (targetzone->getPlayer() != startzone->getPlayer()))
|
||||||
card->setId(newCardId());
|
card->setId(targetzone->getPlayer()->newCardId());
|
||||||
card->setFaceDown(faceDown);
|
card->setFaceDown(faceDown);
|
||||||
|
|
||||||
// The player does not get to see which card he moved if it moves between two parts of hidden zones which
|
// The player does not get to see which card he moved if it moves between two parts of hidden zones which
|
||||||
|
|||||||
@@ -225,4 +225,4 @@ void Servatrice::statusUpdate()
|
|||||||
execSqlQuery(query);
|
execSqlQuery(query);
|
||||||
}
|
}
|
||||||
|
|
||||||
const QString Servatrice::versionString = "Servatrice 0.20110124";
|
const QString Servatrice::versionString = "Servatrice 0.20110126";
|
||||||
|
|||||||
Reference in New Issue
Block a user