J :
* Fix a typo in a method name
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user