diff --git a/osufs/osufs/osu.cpp b/osufs/osufs/osu.cpp index 85a03135f158144caffd0630359f89109dc67a01..839798e5d3cc5acdd32effa3a93b8b5de3467ebc 100644 --- a/osufs/osufs/osu.cpp +++ b/osufs/osufs/osu.cpp @@ -281,7 +281,7 @@ int osu_parse_general(char *line, osu_song *song, return 1; } // AudioFilename (String) specifies the location of the audio file relative to the current folder. - if (0 && strcasecmp(key, "AudioFilename") == 0) { + if (strcasecmp(key, "AudioFilename") == 0) { if (cont->fs.find(val) == cont->fs.end()) { printf("Allocating storage for audio %s\n", val); uint32_t addr = meta->available_block; @@ -481,7 +481,6 @@ int osu_parse_difficulty(char *line, osu_song *song, int osu_parse_events(char *line, osu_song *song, mdev *dev, osu_meta *meta, osu_dir *cont) { // Events section is in CSV format - return 0; switch (line[0]) { case '0': { // Background image