Skip to content

Commit

Permalink
Change test 9
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaMaul committed Jan 23, 2017
1 parent be273a6 commit 9d41113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ int main(int argc, char *argv[])
s->side = 1;
s->ally = 2;
s->role = ROLE_SECOND;
s->ballPosition.x = S_BA_2_X;
s->ballPosition.y = S_BA_2_Y;
s->ballPosition.x = S_BA_1_X;
s->ballPosition.y = S_BA_1_Y;
finisher_small_stadium(s, p);
break;
case 7:
Expand Down

0 comments on commit 9d41113

Please sign in to comment.