Forgot to declare volatile stuff also in c file
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401780
This commit is contained in:
parent
b31509f7be
commit
4fe83bb83c
1 changed files with 3 additions and 3 deletions
|
@ -42,9 +42,9 @@
|
|||
SDL_AudioDevice *SDL_MintAudio_device;
|
||||
Uint8 *SDL_MintAudio_audiobuf[2]; /* Pointers to buffers */
|
||||
unsigned long SDL_MintAudio_audiosize; /* Length of audio buffer=spec->size */
|
||||
unsigned short SDL_MintAudio_numbuf; /* Buffer to play */
|
||||
unsigned short SDL_MintAudio_mutex;
|
||||
unsigned long SDL_MintAudio_clocktics;
|
||||
volatile unsigned short SDL_MintAudio_numbuf; /* Buffer to play */
|
||||
volatile unsigned short SDL_MintAudio_mutex;
|
||||
volatile unsigned long SDL_MintAudio_clocktics;
|
||||
cookie_stfa_t *SDL_MintAudio_stfa;
|
||||
|
||||
/* MiNT thread variables */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue