Exemple #1
0
        ORTSActSoundSources ORTSActSoundSourceList; // Dictionary of activity sound sources

        public SoundProcess(Game game)
        {
            Game                   = game;
            Thread                 = new Thread(SoundThread);
            WatchdogToken          = new WatchdogToken(Thread);
            ORTSActSoundSourceList = new ORTSActSoundSources();
        }
Exemple #2
0
        private ORTSActSoundSources ORTSActSoundSourceList; // Dictionary of activity sound sources

        public SoundProcess(Game game)
        {
            Game   = game;
            Thread = new Thread(SoundThread);
            ORTSActSoundSourceList = new ORTSActSoundSources();
        }