-a few warning fixes
This commit is contained in:
wagic.the.homebrew@gmail.com
2009-08-27 13:11:29 +00:00
parent a18b163b17
commit 890c893c94
6 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -77,9 +77,9 @@ void DamagerDamaged::Render(Player * currentPlayer){
JLBFont * mFont = GameApp::CommonRes->GetJLBFont(Constants::MAIN_FONT);
mFont->SetBase(0);
// CardGui::Render();
char buf[4096];
/*
char buf[4096];
if (currentPlayer != damageSelecter){
if (hasLethalDamage()){
mFont->DrawString("X",x,y);