continue phasing out BASE_PATH and SLASH

This commit is contained in:
Glenn Maynard
2003-12-10 09:44:16 +00:00
parent cd7ab704cb
commit e9ae2c0803
13 changed files with 40 additions and 44 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ void GameState::ReloadCharacters()
}
if( !FoundDefault )
RageException::Throw( "'Characters" SLASH "default' is missing." );
RageException::Throw( "'Characters/default' is missing." );
// If FoundDefault, then we're not empty. -Chris
// if( m_pCharacters.empty() )