* Fix a typo in a method name
This commit is contained in:
jean.chalard
2009-05-31 11:44:56 +00:00
parent 2eb67d432c
commit 705631328d
4 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -27,7 +27,7 @@ int ActionLayer::reactToTargetClick(ActionElement* ability, Targetable * card){
return result;
}
int ActionLayer::unstopableRenderInProgress(){
int ActionLayer::unstoppableRenderInProgress(){
for (int i=0;i<mCount;i++){
if (mObjects[i]!=NULL){
@@ -243,4 +243,4 @@ void ActionLayer::ButtonPressed(int controllerid, int controlid){
ActionLayer::~ActionLayer(){
SAFE_DELETE(abilitiesMenu);
}
}