- Fixed a bug with "must" abilities and the AI, such as Noggle Bridgebreaker
This commit is contained in:
wagic.the.homebrew@gmail.com
2010-02-06 04:34:09 +00:00
parent 8847681b4a
commit 77769c5e37
3 changed files with 19 additions and 10 deletions

View File

@@ -135,8 +135,7 @@ void GameObserver::nextGamePhase(){
int GameObserver::cancelCurrentAction(){
SAFE_DELETE(targetChooser);
mLayers->actionLayer()->cancelCurrentAction();
return 1;
return mLayers->actionLayer()->cancelCurrentAction();
}
void GameObserver::nextCombatStep()