Skip to content

Commit

Permalink
critical error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
UmbratheUmbreon committed Aug 27, 2022
1 parent f0ebb2b commit 3e73ee5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/CreditsState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class CreditsState extends MusicBeatState
['_Jorge', 'discord', "Cross Fade Code, Hscript Support", 'NON EXISTENT', '5C89BF'],
['ThriftySoles', 'discord', "Ideas Provider and Misc. Music/Assets Maker of Denpa Engine", 'https://twitter.com/thriftysoles', '5C89BF'],
['Megaverse', 'discord', "Title Music for the Engine and Denpa Funkin'", 'NON EXISTENT', '5C89BF'],
['Denpa Engine Discord', 'discord', "Press Enter to Join", 'https://discord.gg/BFaMfmTNaa', '5C89BF'],
['Denpa Engine Discord', 'discord', "Press Enter to Join", 'https://discord.gg/pUX2ZMm4Qt', '5C89BF'],
[''],
["Misc. Credits"],
['Mike Geno', 'discord', "Gospel Song Composer", 'https://www.youtube.com/channel/UC3aPeoW8JeQHAPyl38XcNoQ', '5C89BF'],
Expand Down
10 changes: 4 additions & 6 deletions source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -5722,22 +5722,22 @@ class PlayState extends MusicBeatState
}*/
if (SONG.notes[id].player4Section) {
/*switch (hudIsSwapped) {
case true:*/
case true:
if (iconP1 != null && iconP4 != null && iconP2 != null) {
iconP4.changeIcon(dad.healthIcon);
iconP1.changeIcon(player4.healthIcon);
iconP2.changeIcon(boyfriend.healthIcon);
reloadHealthBarColors(true);
recalculateIconAnimations();
}
/*case false:
}*/
//case false:
if (iconP2 != null && iconP4 != null) {
iconP4.changeIcon(dad.healthIcon);
iconP2.changeIcon(player4.healthIcon);
reloadHealthBarColors(true);
recalculateIconAnimations();
}
}*/
//}
}
}

Expand Down Expand Up @@ -8058,8 +8058,6 @@ class PlayState extends MusicBeatState
switch (SONG.song.toLowerCase()) {
case 'guns':
switch (curStep) {
//case 890:
//addBehindDad(gunsThing);
case 896:
tankmanRainbow = true;
raiseTankman = true;
Expand Down

0 comments on commit 3e73ee5

Please sign in to comment.