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

Reparation TerrainXML - Partie 2

parent 1a25f4e4
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -42,7 +42,7 @@ typedef enum {faux, vrai} boolean;
* \brief Definition de la structure Type_terrain
*/
typedef struct Terrain{
char nomTerrain[1];/*!< Nom du terrain. */
char nomTerrain[TAILLE_NOMS];/*!< Nom du terrain. */
boolean franchissable;/*!< Le terrain est franchissable ou non par un personnage. */
boolean franchissable_sorts;/*!< Le terrain est franchissable ou non par un sort. */
unsigned short int PD_requis;/*!< Nombre de PD requis pour traverser le terrain. */
......
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