NScumm.Sword1.Logic.fnFadeUp C# (CSharp) Method

fnFadeUp() private method

private fnFadeUp ( SwordObject cpt, int id, int speed, int d, int e, int f, int z, int x ) : int
cpt SwordObject
id int
speed int
d int
e int
f int
z int
x int
return int
        private int fnFadeUp(SwordObject cpt, int id, int speed, int d, int e, int f, int z, int x)
        {
            _screen.FadeUpPalette();
            return SCRIPT_CONT;
        }