NScumm.Scumm.ScummEngine2.SwitchCostumeSet C# (CSharp) Метод

SwitchCostumeSet() приватный Метод

private SwitchCostumeSet ( ) : void
Результат void
        void SwitchCostumeSet()
        {
            // NES version of maniac uses this to switch between the two
            // groups of costumes it has
            //            if (Game.Platform == Platform.NES)
            //                NES_loadCostumeSet(ReadByte());
            /*else*/
            if (Game.Platform == Platform.C64)
                ReadByte();
            else
                Dummy();
        }
ScummEngine2