Fix the build - missed submitting a change that was a part of my warnings cleanup, was open in another changelist.

This commit is contained in:
wrenczes@gmail.com
2011-06-02 17:11:10 +00:00
parent 383e5ed9bb
commit 7c65191faa

View File

@@ -48,11 +48,11 @@ namespace
}
CardGui::CardGui(MTGCardInstance* card, float x, float y)
: PlayGuiObject(Height, x, y, false), card(card)
: PlayGuiObject(Height, x, y, 0, false), card(card)
{
}
CardGui::CardGui(MTGCardInstance* card, const Pos& ref)
: PlayGuiObject(Height, ref, false), card(card)
: PlayGuiObject(Height, ref, 0, false), card(card)
{
}