From 3b751d86e5250df530cb694c6bbe44829006c013 Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sun, 16 Jul 2023 21:53:30 +0100 Subject: Extra life at 10,000 Also with special sound. --- src/sound.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sound.h') 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, }; -- cgit v1.2.3