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

fnRedFlash() private method

private fnRedFlash ( SwordObject cpt, int id, int a, int b, int c, int d, int z, int x ) : int
cpt SwordObject
id int
a int
b int
c int
d int
z int
x int
return int
        private int fnRedFlash(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            _screen.FnFlash(Screen.FLASH_RED);
            return SCRIPT_CONT;
        }