summaryrefslogtreecommitdiff
path: root/constantes.h
diff options
context:
space:
mode:
Diffstat (limited to 'constantes.h')
-rw-r--r--constantes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/constantes.h b/constantes.h
index 1b46e77..24111d3 100644
--- a/constantes.h
+++ b/constantes.h
@@ -133,7 +133,7 @@ else\
else\
selection=2;\
}\
- Fchangercurseurpersos(surfaces,positions,selection,ennemis);\
+ Fchangercurseurpersos(surfaces,positions,selection,persos);\
}\
break;\
case SDLK_DOWN:\
@@ -166,7 +166,7 @@ else\
else\
selection=0;\
}\
- Fchangercurseurpersos(surfaces,positions,selection,ennemis);\
+ Fchangercurseurpersos(surfaces,positions,selection,persos);\
}\
break;