From a90356ca753b0abba557dfda3085d84ffc110162 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Mon, 3 Jul 2023 21:46:05 +0100 Subject: Make the pickup have more priority than the warp --- src/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sound.h') 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, -- cgit v1.2.3