mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2024-11-15 11:22:55 +00:00
forgot to change these back
This commit is contained in:
parent
4f562e3d6c
commit
71da847158
|
@ -238,7 +238,7 @@ class FreeplayState extends MusicBeatSubState
|
||||||
switch (currentCharacterId)
|
switch (currentCharacterId)
|
||||||
{
|
{
|
||||||
case 'bf':
|
case 'bf':
|
||||||
backingCard = new NewCharacterCard(currentCharacter);
|
backingCard = new BoyfriendCard(currentCharacter);
|
||||||
case 'pico':
|
case 'pico':
|
||||||
backingCard = new PicoCard(currentCharacter);
|
backingCard = new PicoCard(currentCharacter);
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in a new issue