diff --git a/src/osuparser.cpp b/src/osuparser.cpp index 9882a4d..eb6902b 100644 --- a/src/osuparser.cpp +++ b/src/osuparser.cpp @@ -263,9 +263,7 @@ inline void toLower(std::string &str) { }\ ) #define VAR_LIST_SEP_P(section, name, type, sep, prefix) \ - VAR_GENERIC_P(section, name,\ - _prefix = prefix;\ - line = checkAndRemove(line, _prefix);\ + VAR_GENERIC_P(section, name, prefix,\ std::vector value;\ std::stringstream ss(line);\ std::string val;\