-a few warning fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-27 13:11:29 +00:00
parent a18b163b17
commit 890c893c94
6 changed files with 12 additions and 10 deletions

View File

@@ -139,7 +139,8 @@ void CardDisplay::Render(){
if (mCount && mObjects[mCurr] != NULL){
mObjects[mCurr]->Render();
CardGui * cardg = ((CardGui *)mObjects[mCurr]);
//TODO Put these two lines back!!!
// CardGui * cardg = ((CardGui *)mObjects[mCurr]);
// cardg->RenderBig(-1,-1,showBigCards-1);
}
}