undo commit caused by annoying windows CVS client.
This commit is contained in:
Glenn Maynard
2002-09-15 03:13:21 +00:00
parent ba7efdb319
commit 36034dd5e1
9 changed files with 40 additions and 84 deletions
+1 -1
View File
@@ -176,7 +176,7 @@ void LifeMeterBattery::Refresh()
}
else
{
m_textNumLives.SetText( ssprintf("%d", m_iLivesLeft) );
m_textNumLives.SetText( ssprintf("x%d", m_iLivesLeft) );
m_sprBattery.SetState( 3 );
}
}