savedir/datadir neatened up

This commit is contained in:
Albert Cahalan 2009-11-21 09:44:11 +00:00
parent a9b8f6ea1c
commit dd90d90624
4 changed files with 149 additions and 215 deletions

View file

@ -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,