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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user