* Some cleaning after r1062 code review.
- Remove code that was never reached.
- Remove a useless function.
- Make GuiPlay treat cards that are both spells and creatures as
  creatures and not spells.
This commit is contained in:
jean.chalard
2009-10-19 13:36:42 +00:00
parent 273b0672e4
commit 77a00a3c4d
3 changed files with 3 additions and 10 deletions

View File

@@ -182,10 +182,9 @@ void GuiHandSelf::Render()
JRenderer::GetInstance()->RenderQuad(back,backpos.actX, backpos.actY, backpos.actT, backpos.actZ, backpos.actZ);
back->SetColor(ARGB(255,255,255,255));
mFont->DrawString("0",SCREEN_WIDTH - 10,backpos.actY);
}else{
backpos.Render(back);
if (OptionHandDirection::HORIZONTAL == options[Options::HANDDIRECTION].number) mFont->DrawString("Empty",backpos.actX,backpos.actY);
}
else
backpos.Render(back);
return;
}