send parent

This commit is contained in:
Glenn Maynard
2006-10-14 04:49:25 +00:00
parent 36813781f0
commit be34821955
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ void Foreground::LoadFromSong( const Song *pSong )
RString sBGName = change.m_def.m_sFile1;
LoadedBGA bga;
bga.m_bga = ActorUtil::MakeActor( pSong->GetSongDir() + sBGName );
bga.m_bga = ActorUtil::MakeActor( pSong->GetSongDir() + sBGName, this );
bga.m_bga->PlayCommand( "On" );
bga.m_fStartBeat = change.m_fStartBeat;
bga.m_bFinished = false;