remove CStringArray #define

This commit is contained in:
Chris Danford
2005-12-09 21:36:22 +00:00
parent b68e9dd772
commit 37f82b43f7
91 changed files with 227 additions and 228 deletions
+2 -2
View File
@@ -324,7 +324,7 @@ bool BackgroundImpl::Layer::CreateBackground( const Song *pSong, const Backgroun
// - song's dir
// - RandomMovies dir
// - BGAnimations dir.
CStringArray vsPaths, vsThrowAway;
vector<CString> vsPaths, vsThrowAway;
// Look for BGAnims in the song dir
if( sToResolve == SONG_BACKGROUND_FILE )
@@ -507,7 +507,7 @@ void BackgroundImpl::LoadFromSong( const Song* pSong )
// Choose a bunch of background that we'll use for the random file marker
//
{
CStringArray vsThrowAway, vsNames;
vector<CString> vsThrowAway, vsNames;
switch( PREFSMAN->m_RandomBackgroundMode )
{
default: