Skip to content

Commit

Permalink
Santa was too low but actually not and now too high
Browse files Browse the repository at this point in the history
  • Loading branch information
andwn committed Mar 28, 2017
1 parent 424a526 commit f42ce0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ai/balcony.c
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ void ai_mimiga_caged(Entity *e) {
e->state = 1;
e->x -= (1 << CSF);
e->y -= (2 << CSF);
if(e->type == OBJ_SANTA_CAGED) e->y -= 4 << CSF;
}
case 1:
{
Expand Down

0 comments on commit f42ce0c

Please sign in to comment.