Fixed Uranus boss being placed right on top of you.

Such that it's riding Uranus, you could say. Unfair and annoying.
This commit is contained in:
onpon4 2015-02-28 12:34:48 -05:00
parent 1c691323d0
commit 86a8ca4efa
1 changed files with 2 additions and 2 deletions

View File

@ -449,8 +449,8 @@ static void getPreDefinedAliens()
else if (currentGame.area == 21) else if (currentGame.area == 21)
{ {
enemy[WC_BOSS].target = &player; enemy[WC_BOSS].target = &player;
enemy[WC_BOSS].x = 400; enemy[WC_BOSS].x = -screen->w / 2;
enemy[WC_BOSS].y = 300; enemy[WC_BOSS].y = screen->h / 2;
enemy[13].owner = &enemy[WC_BOSS]; enemy[13].owner = &enemy[WC_BOSS];
enemy[13].dy = 20; enemy[13].dy = 20;