fix draw order

This commit is contained in:
Glenn Maynard
2005-05-06 06:34:18 +00:00
parent 9e47293aaf
commit 57e4649de3
+1 -2
View File
@@ -236,8 +236,7 @@ void ScreenEnding::Init()
}
this->MoveToTail( &m_In ); // put it in the back so it covers up the stuff we just added
this->MoveToTail( &m_Out ); // put it in the back so it covers up the stuff we just added
this->SortByDrawOrder();
SOUND->PlayOnceFromDir( ANNOUNCER->GetPathTo("music scroll") );