// Carregamento do mundo
 void CarregarMundo(int m)
 {
     mundo        = CarregarFaseDeArquivo.CarregarMundo(m);
     mundo.numero = m + 1;
 }