Smoother appearance of aliens on left hand side of title screen.

This commit is contained in:
Guus Sliepen 2011-08-29 17:28:06 +02:00
parent 4e1316054a
commit 4779481f30
1 changed files with 1 additions and 1 deletions

View File

@ -257,7 +257,7 @@ int doTitle()
blit(enemy[i].image[0], (int)enemy[i].x, (int)enemy[i].y);
if (enemy[i].x > 830)
{
enemy[i].x = -10;
enemy[i].x = -40;
enemy[i].y = rand() % 580;
enemy[i].dx = 1 + rand() % 3;
}