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

fnNoSprite() private method

private fnNoSprite ( SwordObject cpt, int id, int c, int d, int e, int f, int z, int x ) : int
cpt SwordObject
id int
c int
d int
e int
f int
z int
x int
return int
        private int fnNoSprite(SwordObject cpt, int id, int c, int d, int e, int f, int z, int x)
        {
            cpt.status &= ~(STAT_BACK | STAT_FORE | STAT_SORT);
            return SCRIPT_CONT;
        }