summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 347e0d36..2383ec96 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -286,12 +286,6 @@ void init_engine()
sound.init(32, 20);
}
sound.setVolume(64);
-
- // left here to serve as an example ;)
- /*
- SOUND_SID id = sound.loadItem("./data/sound/wavs/level.ogg");
- sound.startItem(id, 70);
- */
}
catch (const char *err) {
state = ERROR;