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

Binary file not shown.

View File

@@ -161,7 +161,7 @@ void initSDL (dis *display_user)
SDL_Init (SDL_INIT_VIDEO);
TTF_Init ();
display_user->window
= SDL_CreateWindow ("Sokoman", SDL_WINDOWPOS_CENTERED,
= SDL_CreateWindow ("Sokoban", SDL_WINDOWPOS_CENTERED,
SDL_WINDOWPOS_CENTERED, display_user->size_window,
display_user->size_window, SDL_WINDOW_SHOWN);
if (!display_user->window)

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);