X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=audio.h;h=34ebb3a4ad3a7866468654fcc932a898d4337d76;hb=bdac014448b6ec968fe645f1581f321144f07dba;hp=eacfbabf6c598abe4a3c07e47ac9dc13c741ae71;hpb=a64c18c5996fd5ac9601239f91b12275f04f9cd9;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/audio.h b/audio.h index eacfbab..34ebb3a 100644 --- 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[] = {