Use script-defined audio sets and in-built setup menu

This commit is contained in:
drojf
2021-03-22 16:37:07 +11:00
committed by Daniel Wong
parent 08cc67593d
commit 1e99608035
2 changed files with 52 additions and 2 deletions

View File

@@ -2,6 +2,9 @@
void main()
{
SetValidityOfSaving( FALSE );
ModGenericCall("ShowSetupMenuIfRequired", "");
CallSection("BrandLogo");
JumpSection("Title");
}