X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/micropolis/blobdiff_plain/bf4857d3d4c67a0f185a99b63003e7fa43cbe2c4..0a295df9a93949ae9df6a209c1222547eb4fb091:/src/sim/w_sound.c diff --git a/src/sim/w_sound.c b/src/sim/w_sound.c index 2602183..bbe918a 100644 --- a/src/sim/w_sound.c +++ b/src/sim/w_sound.c @@ -63,8 +63,8 @@ * CONSUMER, SO SOME OR ALL OF THE ABOVE EXCLUSIONS AND LIMITATIONS MAY * NOT APPLY TO YOU. */ -#include -#include +#include "SDL.h" +#include "SDL_mixer.h" #include "sim.h" @@ -239,9 +239,6 @@ MakeSoundOn(SimView *view, char *channel, char *id) StartBulldozer(void) { - size_t size; - char buf[256]; - if (!UserSoundOn) return; if (!SoundInitialized) return;