- Fixed: GCC warnings.

SVN r2843 (trunk)
This commit is contained in:
Braden Obrzut 2010-09-21 20:35:40 +00:00
commit 15d74dab56
9 changed files with 16 additions and 15 deletions

View file

@ -604,7 +604,7 @@ void DLoadSaveMenu::Drawer ()
{
color = CR_ORANGE;
}
else if (j == Selected)
else if (j == static_cast<unsigned int> (Selected))
{
color = CR_WHITE;
}
@ -612,7 +612,7 @@ void DLoadSaveMenu::Drawer ()
{
color = CR_TAN;
}
if (j == Selected)
if (j == static_cast<unsigned int> (Selected))
{
screen->Clear (listboxLeft, listboxTop+rowHeight*i,
listboxRight, listboxTop+rowHeight*(i+1), -1,