Erwan
-fix issue 66 (graveyard segfault)
This commit is contained in:
@@ -38,7 +38,7 @@ void CardDisplay::init(MTGGameZone * zone){
|
||||
for (int i= 0; i< zone->nb_cards; i++){
|
||||
AddCard(zone->cards[i]);
|
||||
}
|
||||
if (mObjects[0]) mObjects[0]->Entering();
|
||||
if (mCount) mObjects[0]->Entering();
|
||||
}
|
||||
|
||||
void CardDisplay::rotateLeft(){
|
||||
|
||||
Reference in New Issue
Block a user