summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.c b/main.c
index 8cbc3dc..1dc987e 100644
--- a/main.c
+++ b/main.c
@@ -244,10 +244,6 @@ void Fdechargerimages (SURFACES *surfaces)//dechargement des surfaces alouées
{
SDL_FreeSurface(surfaces->Tperso[i]);
}
- for(i=0;i<5;i++)
- {
- SDL_FreeSurface(surfaces->Tennemi[i]);
- }
for(i=0;i<3;i++)
{
SDL_FreeSurface (surfaces->Pnomactions[i]);