- various compilations fixes for Symbian

- small cleanups of the TestSuite and Player classes
This commit is contained in:
Xawotihs
2011-09-19 19:49:45 +00:00
parent 180462f73c
commit bb65d2dc12
9 changed files with 59 additions and 56 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ public:
int triggerOnEventImpl(WEvent * event)
{
//general restrictions
if (opponentPoisoned && !source->controller()->opponent()->isPoisoned)
if (opponentPoisoned && !source->controller()->opponent()->isPoisoned())
return 0;
if (sourceUntapped && source->isTapped() == 1)
return 0;