- Updated alternate render
- Display hybrid mana cost on alternate Render
- Display big card in graveyard
- gray out alternate render when targetChooser is active
- Non-copyrighted avatars for the AI. They suck...
This commit is contained in:
wagic.the.homebrew
2009-01-17 10:16:10 +00:00
parent 82d8503ed4
commit 027e1b9bba
14 changed files with 1450 additions and 36 deletions

View File

@@ -137,8 +137,11 @@ void CardDisplay::Render(){
}
}
}
if (mObjects[mCurr]){
if (mCount && mObjects[mCurr] != NULL){
mObjects[mCurr]->Render();
CardGui * cardg = ((CardGui *)mObjects[mCurr]);
cardg->RenderBig(-1,-1,showBigCards-1);
}
}