mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2026-09-15 16:51:19 +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