]> git.zerfleddert.de Git - micropolis/blobdiff - src/sim/w_sound.c
Fix SDL includes for OS X.
[micropolis] / src / sim / w_sound.c
index 260218341d12ccc1a58ca8c5ba1ea1f0a62e0515..bbe918a11d81b19377dca28ac905548668b12ceb 100644 (file)
@@ -63,8 +63,8 @@
  * CONSUMER, SO SOME OR ALL OF THE ABOVE EXCLUSIONS AND LIMITATIONS MAY
  * NOT APPLY TO YOU.
  */
-#include <SDL/SDL.h>
-#include <SDL/SDL_mixer.h>
+#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;
 
Impressum, Datenschutz