mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-01-04 09:07:38 -08:00
server crash and inconsistency fix
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user