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

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