add assert

This commit is contained in:
Glenn Maynard
2003-10-06 00:41:53 +00:00
parent 5410988eb5
commit e4d4888464
+1
View File
@@ -18,6 +18,7 @@ PercentageDisplay::PercentageDisplay()
void PercentageDisplay::Load( PlayerNumber pn )
{
ASSERT( m_sName != "" ); // set this!
m_PlayerNumber = pn;
m_Last = -1;