Subversion Repositories Kolibri OS

Rev

Rev 9097 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9097 Rev 9133
Line 81... Line 81...
81
static  byte          **SoundTable;
81
static  byte          **SoundTable;
82
        int             DigiMap[LASTSOUND];
82
        int             DigiMap[LASTSOUND];
83
        int             DigiChannel[STARTMUSIC - STARTDIGISOUNDS];
83
        int             DigiChannel[STARTMUSIC - STARTDIGISOUNDS];
Line 84... Line 84...
84
 
84
 
85
//      Internal variables
85
//      Internal variables
86
static  boolean                 SD_Started;
86
boolean                         SD_Started;
87
static  boolean                 nextsoundpos;
87
static  boolean                 nextsoundpos;
88
static  soundnames              SoundNumber;
88
static  soundnames              SoundNumber;
89
static  soundnames              DigiNumber;
89
static  soundnames              DigiNumber;
90
static  word                    SoundPriority;
90
static  word                    SoundPriority;