fixed Server_Card::resetState

This commit is contained in:
Max-Wilhelm Bruker 2011-06-27 14:50:07 +02:00
parent d0e832b069
commit aa38733f03

View file

@ -39,8 +39,8 @@ void Server_Card::resetState()
counters.clear();
setTapped(false);
setAttacking(false);
power = 0;
toughness = 0;
power = -1;
toughness = -1;
setAnnotation(QString());
setDoesntUntap(false);
}