swap third and fifth state in the demostates[][] sequence

so that a WAD's credit screen gets precedence over Woof!'s own

Fixes #161
This commit is contained in:
Fabian Greffrath 2021-04-19 14:06:34 +02:00
parent bbbc1b8369
commit b6491b4cb5

View File

@ -439,20 +439,8 @@ static struct
{G_DeferedPlayDemo, "demo1"}, {G_DeferedPlayDemo, "demo1"},
}, },
{ // [FG] swap third and fifth state in the sequence,
{D_SetPageName, NULL}, // so that a WAD's credit screen gets precedence over Woof!'s own
{D_SetPageName, NULL},
{D_SetPageName, NULL},
{D_SetPageName, NULL},
},
{
{G_DeferedPlayDemo, "demo2"},
{G_DeferedPlayDemo, "demo2"},
{G_DeferedPlayDemo, "demo2"},
{G_DeferedPlayDemo, "demo2"},
},
{ {
{D_SetPageName, "HELP2"}, {D_SetPageName, "HELP2"},
{D_SetPageName, "HELP2"}, {D_SetPageName, "HELP2"},
@ -460,6 +448,22 @@ static struct
{D_DrawTitle1, "TITLEPIC"}, {D_DrawTitle1, "TITLEPIC"},
}, },
{
{G_DeferedPlayDemo, "demo2"},
{G_DeferedPlayDemo, "demo2"},
{G_DeferedPlayDemo, "demo2"},
{G_DeferedPlayDemo, "demo2"},
},
// [FG] swap third and fifth state in the sequence,
// so that a WAD's credit screen gets precedence over Woof!'s own
{
{D_SetPageName, NULL},
{D_SetPageName, NULL},
{D_SetPageName, NULL},
{D_SetPageName, NULL},
},
{ {
{G_DeferedPlayDemo, "demo3"}, {G_DeferedPlayDemo, "demo3"},
{G_DeferedPlayDemo, "demo3"}, {G_DeferedPlayDemo, "demo3"},