- backport of menu transition code from Raze.
This commit is contained in:
parent
62138decfe
commit
881a77b3a1
7 changed files with 77 additions and 27 deletions
|
|
@ -341,6 +341,10 @@ static void ParseListMenuBody(FScanner &sc, DListMenuDescriptor *desc)
|
|||
{
|
||||
desc->mCenter = true;
|
||||
}
|
||||
else if (sc.Compare("animatedtransition"))
|
||||
{
|
||||
desc->mAnimatedTransition = true;
|
||||
}
|
||||
else if (sc.Compare("MouseWindow"))
|
||||
{
|
||||
sc.MustGetNumber();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue