Make digi_max_channels const

This commit is contained in:
Kp 2014-12-11 02:35:55 +00:00
parent 664e8abaac
commit 7b234da185
2 changed files with 1 additions and 3 deletions

View file

@ -11,7 +11,7 @@
#ifdef __cplusplus
extern int digi_max_channels;
const int digi_max_channels = 16;
int digi_audio_init();
void digi_audio_reset();
void digi_audio_close();

View file

@ -104,8 +104,6 @@ struct sound_slot {
static SDL_AudioSpec WaveSpec;
int digi_max_channels = 16;
static int next_channel = 0;
/* Audio mixing callback */