Fixed ghost caught queue
This commit is contained in:
@@ -21,8 +21,7 @@ namespace Marro.PacManUdon
|
||||
{
|
||||
// Unfreeze and reveal pacman
|
||||
SetPacManActive(true);
|
||||
SetFrozen(false);
|
||||
ghostManager.GhostCaughtContinue();
|
||||
SetFrozen(false); // This also makes the caught ghost return home
|
||||
soundManager.SetGhostRetreat(true);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user