Make DoTitle take the title of an ambient track by reference. Update DoLevel to do the same.

This commit is contained in:
hispidence 2022-01-30 18:05:13 +00:00
parent 14f0b710fb
commit b3443ba328
3 changed files with 6 additions and 6 deletions

View file

@ -230,7 +230,7 @@ bool GameFlow::DoGameflow()
if (CurrentLevel == 0)
{
status = DoTitle(0);
status = DoTitle(0, level->AmbientTrack);
}
else
{