- Added Waldorf's changes
This commit is contained in:
wagic.the.homebrew
2009-03-03 11:03:38 +00:00
parent 7241bba0db
commit 58700417da
6 changed files with 88 additions and 24 deletions

View File

@@ -102,3 +102,10 @@ void MTGGuiHand::Render(){
}
}
}
// WALDORF - added method
void MTGGuiHand::showHand (bool show)
{
if (show) mShowHand = HAND_SHOW;
else mShowHand = HAND_HIDE;
}