savedir/datadir neatened up
This commit is contained in:
parent
a9b8f6ea1c
commit
dd90d90624
4 changed files with 149 additions and 215 deletions
|
|
@ -29,7 +29,8 @@
|
|||
Mix_Chunk *sounds[NUM_SOUNDS];
|
||||
#endif
|
||||
|
||||
int mute, use_sound;
|
||||
int mute;
|
||||
int use_sound = 1;
|
||||
int old_sound[4] = { -1, -1, -1, -1 };
|
||||
|
||||
void playsound(SDL_Surface * screen, int chan, int s, int override, int x,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue