Fan Club: fix forced "peace no sync" animation

This commit is contained in:
minenice55 2022-03-16 17:45:12 -04:00
parent b73135196c
commit 4df6dcacd6
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ namespace HeavenStudio.Games
idolAnimator.Play("IdolPeace", 0, 0); idolAnimator.Play("IdolPeace", 0, 0);
break; break;
case (int) IdolAnimations.Peace: case (int) IdolAnimations.Peace:
idolAnimator.Play("IdolPeaceNoVocal", 0, 0); idolAnimator.Play("IdolPeaceNoSync", 0, 0);
break; break;
case (int) IdolAnimations.Clap: case (int) IdolAnimations.Clap:
idolAnimator.Play("IdolCrap", 0, 0); idolAnimator.Play("IdolCrap", 0, 0);