correction orthographe

This commit is contained in:
cyjullien1
2025-01-06 11:25:32 +01:00
parent a024f588f2
commit 42a0aa7dd5
3 changed files with 4 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ int main ()
vect pos = {4, 1};
char**menu = generatorMenu("maps", &dim_menu, &pos);
backgroundDisplay(&display_user);
vect null = {0, 0};
output = inGameLoop (menu, &dim_menu, &pos, &null , 1,
&display_user, &score_user, true);