-fix for issue 71, J please review.
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-04 09:32:41 +00:00
parent 763a148547
commit 81a45553d6

View File

@@ -108,7 +108,7 @@ void GuiHandSelf::Repos()
if (OptionHandDirection::HORIZONTAL == options[Options::HANDDIRECTION].number)
{
y = SCREEN_WIDTH - 30;
for (vector<CardView*>::iterator it = cards.begin(); it != cards.end(); ++it)
for (vector<CardView*>::reverse_iterator it = cards.rbegin(); it != cards.rend(); ++it)
{
(*it)->x = y;
(*it)->y = SCREEN_HEIGHT - 30;