diff --git a/src/game/BeatmapParser.java b/src/game/BeatmapParser.java index 0df7489..177ee0d 100644 --- a/src/game/BeatmapParser.java +++ b/src/game/BeatmapParser.java @@ -16,7 +16,8 @@ public class BeatmapParser { public static final String DEFAULT_BEATMAP_FOLDER = "res/beatmaps/"; /** - * Parses an all of the beatmaps out of an osz file + * Parses all of the beatmaps out of an osz file into a linkedlist array where 0 + * is easy, 1 is medium, 2 is hard, and 3 is insane * * @param oszfilename * @return