...
public void RestartCurrent() {
   string name = "Level" + curLevel;
   Debug.Log("Wczytywanie " + name);
   Application.LoadLevel(name);
}
...
