1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00

Use a second sound for the hammer

It's fine with the normal speed.
This commit is contained in:
Mathieu Schroeter 2022-10-31 22:50:12 +01:00
parent 353800ec5a
commit 91b8f69b55
No known key found for this signature in database
GPG Key ID: 8B9145A5FA9DA8A8
3 changed files with 6 additions and 5 deletions

Binary file not shown.

View File

@ -818,11 +818,11 @@ static const DescAction action_table[] =
{40, 1, 0, 0, 0}, // n {40, 1, 0, 0, 0}, // n
{40, 1, 0, 0, 0}, // ne {40, 1, 0, 0, 0}, // ne
}, },
{ 40, -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC, -1, { 40, -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC2, -1,
-1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC2, -1,
-1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC2, -1,
-1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC2, -1,
-1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC, -1 -1, -1, SOUND_COUPSEC, -1, -1, -1, SOUND_COUPSEC2, -1
}, },
}, },
{ {

View File

@ -306,6 +306,7 @@ enum Sounds {
SOUND_ARMURECLOSE = 82, SOUND_ARMURECLOSE = 82,
SOUND_WIN = 83, SOUND_WIN = 83,
SOUND_LOST = 84, SOUND_LOST = 84,
SOUND_COUPSEC2 = 85,
}; };
// Buttons (play): // Buttons (play):