aboutsummaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-07-03 21:46:05 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-07-03 21:46:05 +0100
commita90356ca753b0abba557dfda3085d84ffc110162 (patch)
treea2784abfd9d4e3bbc0168005d07dae9f4e26c363 /src/sound.h
parent4ef8cf8b3d9ad5235aa858a68f70a8aaf2b356da (diff)
downloadgold-mine-run-a90356ca753b0abba557dfda3085d84ffc110162.tar.gz
gold-mine-run-a90356ca753b0abba557dfda3085d84ffc110162.zip
Make the pickup have more priority than the warp
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.h b/src/sound.h
index b51a8ba..be4df88 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -4,8 +4,8 @@
enum {
EFX_GOLD = 0,
EFX_JUMP,
- EFX_PICKUP,
EFX_WARP,
+ EFX_PICKUP,
EFX_TIME,
EFX_HIT,
EFX_DEATH,