- various optimization fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-10-19 11:37:47 +00:00
parent d557dde656
commit 273b0672e4
23 changed files with 233 additions and 175 deletions

View File

@@ -64,7 +64,6 @@ void GuiPlay::VertStack::Enstack(CardView* card)
card->x = x + baseX; card->y = y + baseY;
y += 12;
if (++count == total-1 && y == 12) y += 12;
cerr << card->card->name << " " << card->x << "x" << card->y << " : " << nextX() << endl;
}
void GuiPlay::VertStack::Render(CardView* card, iterator begin, iterator end)