fix warnings

This commit is contained in:
Glenn Maynard
2003-12-19 08:11:45 +00:00
parent 2d01ba7d00
commit c8419edfec
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ bool StageStats::FullCombo( PlayerNumber pn ) const
{
if( ComboList[pn].size() != 1 )
{
LOG->Trace("FullCombo(%i): %lu != 1", pn, ComboList[pn].size());
LOG->Trace("FullCombo(%i): %i != 1", pn, (int)ComboList[pn].size());
return false;
}