From d590bfdcdfa8799439cffa41fc74346e9923b6e7 Mon Sep 17 00:00:00 2001 From: Olivier Gayot Date: Sun, 11 Jan 2015 01:55:32 +0100 Subject: renamed the rects inside the struct positions it is redundant in thus inconvenient to repeat 'position' inside a structure named position. Signed-off-by: Olivier Gayot --- jouer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jouer.c') diff --git a/jouer.c b/jouer.c index 82570e9..22d123c 100644 --- a/jouer.c +++ b/jouer.c @@ -419,7 +419,7 @@ int Fjouer (SURFACES *surfaces, POSITIONS *positions, struct team_t *t1, struct SDL_Delay(1000); - SDL_BlitSurface(surfaces->Pfondjeu, &positions->Vpositiondegats, surfaces->Pecran, &positions->Vpositiondegats); + SDL_BlitSurface(surfaces->background, &positions->degats, surfaces->screen, &positions->degats); SDL_Flip(surfaces->Pecran); -- cgit v1.2.3