1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-28 04:17:39 +00:00

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

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;