model fmt & heisenbug
[carveJwlIkooP6JGAAIwe30JlM.git] / audio.h
diff --git a/audio.h b/audio.h
index eacfbabf6c598abe4a3c07e47ac9dc13c741ae71..34ebb3a4ad3a7866468654fcc932a898d4337d76 100644 (file)
--- a/audio.h
+++ b/audio.h
@@ -23,7 +23,7 @@ audio_clip audio_board[] =
 };
 
 audio_clip audio_splash =
-{ .path = "sound/splash.ogg", k_audio_source_compressed };
+{ .path = "sound/splash.ogg" };
 
 audio_clip audio_jumps[] = {
    { .path = "sound/jump0.ogg" },
@@ -65,7 +65,7 @@ audio_clip audio_grass[] = {
 
 audio_clip audio_ambience[] =
 {
-   { .path="sound/town_generic.ogg", k_audio_source_compressed }
+   { .path="sound/town_generic.ogg" }
 };
 
 audio_clip audio_gate_pass = {
@@ -91,11 +91,11 @@ audio_player audio_rewind_player =
 };
 
 audio_clip audio_rewind[] = {
-{ .path = "sound/rewind_start.ogg", k_audio_source_compressed },
-{ .path = "sound/rewind_end_1.5.ogg", k_audio_source_compressed },
-{ .path = "sound/rewind_end_2.5.ogg", k_audio_source_compressed },
-{ .path = "sound/rewind_end_6.5.ogg", k_audio_source_compressed },
-{ .path = "sound/rewind_clack.ogg", k_audio_source_compressed },
+{ .path = "sound/rewind_start.ogg" },
+{ .path = "sound/rewind_end_1.5.ogg" },
+{ .path = "sound/rewind_end_2.5.ogg" },
+{ .path = "sound/rewind_end_6.5.ogg" },
+{ .path = "sound/rewind_clack.ogg" },
 };
 
 audio_clip audio_ui[] = {