From 4498aa10b78bab7986bb943d36f5a8fa1c87f25c Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 24 Jan 2019 14:52:11 +0100 Subject: [PATCH] fixed the mobile music credits --- sysconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysconfig.h b/sysconfig.h index 6989cf6f..8e2f6620 100644 --- a/sysconfig.h +++ b/sysconfig.h @@ -258,7 +258,7 @@ #endif #if ISMOBILE -#define EXTRALICENSE "\n\nHyperRogue soundtrack by Shawn Parrotte (http://www.shawnparrotte.com), under the Creative Commons BY-SA 3.0 license, http://creativecommons.org/licenses/by-sa/3.0/" +#define EXTRALICENSE "\n\nHyperRogue soundtrack under the Creative Commons BY-SA 3.0 license, http://creativecommons.org/licenses/by-sa/3.0/\nCrossroads, Graveyard, Land of Eternal Motion, Hall of Mirrors, Hell, R'Lyeh, Living Caves, Jungle, Desert, Icy Lands by Shawn Parrotte (http://www.shawnparrotte.com)\nCaribbean, Ivory Tower, Ocean, Palace by Will Savino (http://www.willsavino.net/)\n\n\n"; #undef XEXTRALICENSE #endif