server crash and inconsistency fix

This commit is contained in:
Max-Wilhelm Bruker
2010-11-23 02:07:56 +01:00
parent 4387f05ffa
commit ec602aefe1
2 changed files with 8 additions and 9 deletions

View File

@@ -37,15 +37,11 @@ Server_Card::~Server_Card()
void Server_Card::resetState()
{
setCoords(0, 0);
counters.clear();
setTapped(false);
setAttacking(false);
setFaceDown(false);
setColor(QString());
setPT(QString());
setAnnotation(QString());
setDestroyOnZoneChange(false);
setDoesntUntap(false);
}