diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-07-16 21:53:30 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-07-16 21:53:30 +0100 |
commit | 3b751d86e5250df530cb694c6bbe44829006c013 (patch) | |
tree | 2790f4dc41b816d3c7ec965693deff646d57af28 /src/sound.h | |
parent | a123a75eae0c48402f8a737fa94a63e2e47fbb31 (diff) | |
download | gold-mine-run-3b751d86e5250df530cb694c6bbe44829006c013.tar.gz gold-mine-run-3b751d86e5250df530cb694c6bbe44829006c013.zip |
Extra life at 10,000
Also with special sound.
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sound.h b/src/sound.h index d8b14ac..5f96d29 100644 --- a/src/sound.h +++ b/src/sound.h @@ -7,6 +7,7 @@ enum { EFX_WARP, EFX_PICKUP, EFX_TIME, + EFX_ONEUP, EFX_HIT, EFX_DEATH, }; |