Skip to content
Snippets Groups Projects
Commit 51039bbb authored by Romain Jegat's avatar Romain Jegat
Browse files

Suppression des commentaires de dev dans init_jeu

parent aba0cc05
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -33,7 +33,6 @@ int init_jeu(const char *filename){ /* cr
strcpy(fichier_text,"../resources/");
strcpy(fichier_temp,roxml_get_content(roxml_get_attr(config_actuelle, "fichier", 0), NULL, 0, NULL));
strcat(fichier_text, fichier_temp);
printf("Fichier vaut : %s\n", fichier_text);
Librairie_Classes(fichier_text);
}
if(strcmp(nom,"Terrains")==0)
......@@ -43,7 +42,6 @@ int init_jeu(const char *filename){ /* cr
strcpy(fichier_text,"../resources/");
strcpy(fichier_temp,roxml_get_content(roxml_get_attr(config_actuelle, "fichier", 0), NULL, 0, NULL));
strcat(fichier_text, fichier_temp);
printf("Fichier vaut : %s\n", fichier_text);
Librairie_Terrains(fichier_text);
}
if(strcmp(nom,"Competences")==0)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment