summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index eb36e171..3dc7862c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -319,7 +319,7 @@ int main() {
sound.setVolume(64);
/* left here to serve as an example ;)
- SOUND_SID id = sound.loadItem("./data/sound/wavs/level.wav");
+ SOUND_SID id = sound.loadItem("./data/sound/wavs/level.ogg");
sound.startItem(id, 70);*/
} catch (const char *err) {
ok("Sound Engine", err);