- backport of menu transition code from Raze.

This commit is contained in:
Christoph Oelckers 2020-10-08 17:14:42 +02:00
commit 881a77b3a1
7 changed files with 77 additions and 27 deletions

View file

@ -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();