clean up Characters error message
This commit is contained in:
@@ -226,9 +226,11 @@ void GameState::ReloadCharacters()
|
|||||||
}
|
}
|
||||||
|
|
||||||
if( !FoundDefault )
|
if( !FoundDefault )
|
||||||
RageException::Throw( "Couldn't find \"Characters" SLASH "default\"" );
|
RageException::Throw( "'Characters" SLASH "default' is missing." );
|
||||||
if( !m_pCharacters.size() )
|
|
||||||
RageException::Throw( "Couldn't find any character definitions" );
|
// If FoundDefault, then we're not empty. -Chris
|
||||||
|
// if( m_pCharacters.empty() )
|
||||||
|
// RageException::Throw( "Couldn't find any character definitions" );
|
||||||
}
|
}
|
||||||
|
|
||||||
const float GameState::MUSIC_SECONDS_INVALID = -5000.0f;
|
const float GameState::MUSIC_SECONDS_INVALID = -5000.0f;
|
||||||
|
|||||||
Reference in New Issue
Block a user