Skip to content

Commit

Permalink
Merge pull request #1 from KungFuFurby/master
Browse files Browse the repository at this point in the history
Bring fork up to date
  • Loading branch information
Atari2 committed Jan 20, 2021
2 parents a49d7cf + f3815a8 commit 1a1ff8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/AddmusicK/Music.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1957,6 +1957,7 @@ void Music::parseHexCommand()
skipSpaces;
if (text[pos] == 'o')
{
pos++;
getInt();
}
else if (text[pos] == 'a' || text[pos] == 'b' || text[pos] == 'c' || text[pos] == 'd' || text[pos] == 'e' || text[pos] == 'f' || text[pos] == 'g' ||
Expand Down

0 comments on commit 1a1ff8a

Please sign in to comment.