moved the gaurds i introduced in r2734 into the function selectAbility() as a static bool as suggested by jean, its much cleaner this way.

This commit is contained in:
omegablast2002@yahoo.com
2010-12-04 18:25:59 +00:00
parent 15e6fabd9f
commit 8a49d2af51
4 changed files with 17 additions and 44 deletions

View File

@@ -903,7 +903,7 @@ bool ActionStack::CheckUserInput(JButton key)
{
mCurr = n;
mObjects[mCurr]->Entering();
DebugTrace ("ACTIONSTACK UP TO mCurr = " << mCurr);
DebugTrace("ACTIONSTACK UP TO mCurr = " << mCurr);
}
}
return true;