indent playsound.c playsound.h
This commit is contained in:
parent
41893a9cda
commit
10c9976e39
2 changed files with 42 additions and 44 deletions
|
|
@ -33,8 +33,7 @@ int mute;
|
||||||
int use_sound = 1;
|
int use_sound = 1;
|
||||||
static int old_sound[4] = { -1, -1, -1, -1 };
|
static int old_sound[4] = { -1, -1, -1, -1 };
|
||||||
|
|
||||||
void playsound(SDL_Surface * screen, int chan, int s, int override, int x,
|
void playsound(SDL_Surface * screen, int chan, int s, int override, int x, int y)
|
||||||
int y)
|
|
||||||
{
|
{
|
||||||
#ifndef NOSOUND
|
#ifndef NOSOUND
|
||||||
int left, dist;
|
int left, dist;
|
||||||
|
|
|
||||||
|
|
@ -37,7 +37,6 @@
|
||||||
extern Mix_Chunk *sounds[NUM_SOUNDS];
|
extern Mix_Chunk *sounds[NUM_SOUNDS];
|
||||||
extern int mute, use_sound;
|
extern int mute, use_sound;
|
||||||
|
|
||||||
void playsound(SDL_Surface * screen, int chan, int s, int override, int x,
|
void playsound(SDL_Surface * screen, int chan, int s, int override, int x, int y);
|
||||||
int y);
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue