Erwan
-a few warning fixes
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user