copy-pasted too much
This commit is contained in:
parent
e0620e8c12
commit
e12bf0bf67
@ -2519,10 +2519,10 @@ class PlayState extends MusicBeatState
|
|||||||
|
|
||||||
trace('LOADING NEXT SONG');
|
trace('LOADING NEXT SONG');
|
||||||
// pre lowercasing the next story song name
|
// pre lowercasing the next story song name
|
||||||
var songLowercase = StringTools.replace(PlayState.storyPlaylist[0], " ", "-").toLowerCase();
|
var nextSongLowercase = StringTools.replace(PlayState.storyPlaylist[0], " ", "-").toLowerCase();
|
||||||
switch (songLowercase) {
|
switch (nextSongLowercase) {
|
||||||
case 'dad-battle': songLowercase = 'dadbattle';
|
case 'dad-battle': nextSongLowercase = 'dadbattle';
|
||||||
case 'philly-nice': songLowercase = 'philly';
|
case 'philly-nice': nextSongLowercase = 'philly';
|
||||||
}
|
}
|
||||||
trace(nextSongLowercase + difficulty);
|
trace(nextSongLowercase + difficulty);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user