mirror of
https://github.com/ENSL/NS.git
synced 2025-03-22 02:11:30 +00:00
fix for display scoreboard icons
This commit is contained in:
parent
241935cbc3
commit
7989dadc13
2 changed files with 2 additions and 2 deletions
BIN
main/source/Natural_Selection.VC.db
Normal file
BIN
main/source/Natural_Selection.VC.db
Normal file
Binary file not shown.
|
@ -1217,7 +1217,7 @@ void ScorePanel::FillGrid()
|
|||
if(pIcon)
|
||||
m_CustomIconList.push_back( make_pair(pIcon, theCustomIcon) );
|
||||
}
|
||||
/* //@2014 to do
|
||||
//@2014 to do
|
||||
if(pIcon)
|
||||
{
|
||||
pLabel->setImage(pIcon);
|
||||
|
@ -1234,7 +1234,7 @@ void ScorePanel::FillGrid()
|
|||
|
||||
|
||||
pIcon->setColor(BuildColor(theRed, theGreen, theBlue, gHUD.GetGammaSlope()));
|
||||
}*/
|
||||
}
|
||||
}
|
||||
}
|
||||
/* @2014
|
||||
|
|
Loading…
Reference in a new issue