//For when the player hits an obstacle or falls
 public void PlayerRunFails()
 {
     pRunner.StopRunner();
     pInput.DeactivateControl();
     gameOverMan.DoGameOver();
 }