PrepareForCutscene

This commit is contained in:
2025-12-26 18:27:04 +01:00
parent a15f977107
commit 129ef16714
10 changed files with 25 additions and 24 deletions

View File

@@ -329,7 +329,7 @@
for (int i = 0; i < ghosts.Length; i++)
{
ghosts[i].SetHousePelletCounterLimit(privatePelletCounterReleaseValues[i]);
ghosts[i].Reset(); // Reset needed to properly apply level
Reset(); // Reset needed to properly apply level
}
}