unsigne short int -> char

This commit is contained in:
2024-12-20 13:45:44 +01:00
parent 27ddc41eee
commit 9969cede22
7 changed files with 32 additions and 27 deletions

2
main.c
View File

@@ -21,7 +21,7 @@ int main ()
vect *targets;
int nbr_targets;
score playerScore;
unsigned short int **tab2d = creatArea2D (SIZE_PLAY);
char **tab2d = creatArea2D (SIZE_PLAY);
score score_user = {0, 0, 0,0};