ads-game:: sounds

This commit is contained in:
Zeno Rogue
2022-09-29 01:12:08 +02:00
parent a84a9c94dd
commit a401a7ed67
5 changed files with 8 additions and 1 deletions
+1
View File
@@ -6,6 +6,7 @@ vector<string> move_names = { "acc down", "acc left", "acc up", "acc right", "fi
void fire() {
if(!pdata.ammo) return;
playSound(nullptr, "fire");
pdata.ammo--;
auto c = vctr;