bugs/map edits
[carveJwlIkooP6JGAAIwe30JlM.git] / audio.h
diff --git a/audio.h b/audio.h
index f70edf5bd783f5fdfe3c9c75d998fb6c3ee63d38..eb58b267412cd67e9bc0b6cf5614f97df51310fe 100644 (file)
--- a/audio.h
+++ b/audio.h
@@ -127,8 +127,8 @@ audio_clip audio_ui[] = {
 };
 
 audio_clip audio_music[] = {
-   { .path = "sound/song.ogg", .flags = AUDIO_FLAG_VORBIS },
-   { .path = "sound/skate.ogg", .flags = AUDIO_FLAG_VORBIS },
+   { .path = "sound/song.ogg", .flags = k_audio_format_vorbis },
+   { .path = "sound/skate.ogg", .flags = k_audio_format_vorbis },
 };
 
 #if 0