* Minor bugfixes (mostly graphical bugs)
This commit is contained in:
jean.chalard
2009-09-04 16:58:17 +00:00
parent 2e7570fdea
commit 01fe3b76f7
4 changed files with 5 additions and 6 deletions

View File

@@ -143,7 +143,7 @@ int ActionLayer::receiveEventPlus(WEvent * event){
ActionElement * currentAction = (ActionElement *)mObjects[i];
result += currentAction->receiveEvent(event);
}
return result;
return 0;
}
int ActionLayer::isReactingToTargetClick(Targetable * card){