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

fnRestartGame() private method

private fnRestartGame ( 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 fnRestartGame(SwordObject cpt, int id, int a, int b, int c, int d, int z, int x)
        {
            SystemVars.ForceRestart = true;
            cpt.logic = LOGIC_quit;
            return SCRIPT_STOP;
        }