forgot these

This commit is contained in:
Anthony Calosa
2016-08-06 19:55:18 +08:00
parent d43693fef0
commit 4f27c8051a
2 changed files with 3 additions and 2 deletions

View File

@@ -272,7 +272,7 @@ void CardDisplay::Render()
drawMode = observer->getCardSelector()->GetDrawMode();
}
bool ingame = observer?true:false;
cardg->DrawCard(pos, drawMode, 0, false, false,ingame);
cardg->DrawCard(pos, drawMode, false, false, false,ingame);
}
}