Skip to content

Commit

Permalink
Updated rift music to have no copyright, using it from incomptech. Up…
Browse files Browse the repository at this point in the history
…dated lawyer to reflect these changes
  • Loading branch information
ChooJeremy committed Aug 10, 2015
1 parent a9fb887 commit 64371e7
Show file tree
Hide file tree
Showing 13 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion GRPG/TalkBehavior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1780,7 +1780,7 @@ void TalkBehavior::optionSelected(ChatOption co)
break;
case 111: //Tell me more about the music
ui->addTalkText(new ChatInformation("The following pieces of music are used in the game. They may have been spliced to fit different parts of the game. All music can be found at incompetech.com, by Kevin MacLeod. They are licensed under Creative Commons: By Attribution 3.0.", chatNS::RIGHT));
ui->addTalkText(new ChatInformation("The music tracks are: Easy Lemon, Movement Proposition, Volatile Reaction", chatNS::RIGHT));
ui->addTalkText(new ChatInformation("The music tracks are: Easy Lemon, Movement Proposition, Volatile Reaction and Five Armies", chatNS::RIGHT));
cd->addOption(109, "Tell me about the images");
cd->addOption(110, "Tell me about the sound");
cd->addOption(0, "Nothing else, thanks.");
Expand Down

0 comments on commit 64371e7

Please sign in to comment.