Skip to content
Snippets Groups Projects
Commit c834c3ae authored by antoinemeyer5's avatar antoinemeyer5
Browse files

oui

parent 6fb83aa2
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ void manageEnnemyMovement()
int * generateLandingPointEnnemy(){
int *landingPoint = malloc(sizeof(int) * 2);
int randomPointX = rand() % ((MAP_WIDTH/2));
int randomPointX = rand() % ((MAP_WIDTH-1)/2);
landingPoint[0] = randomPointX ;
landingPoint[1] = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment