Play sound when Teeka fires.

This commit is contained in:
Steve 2018-02-11 14:10:15 +00:00
parent e9a6a42b4c
commit 4f0a056a9a
1 changed files with 3 additions and 1 deletions

View File

@ -173,7 +173,9 @@ static void attack(void)
bullet->sprite[0] = bullet->sprite[1] = aimedSprite;
bullet->health *= 2;
((Unit*)self)->reload = 5;
((Unit*)self)->reload = 8;
playSound(SND_PISTOL, CH_WEAPON);
}
void teekaExitMission(void)