mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-29 08:04:21 -04:00
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:
parent
bbbc1b8369
commit
b6491b4cb5
@ -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"},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user