1
0
mirror of https://github.com/blupi-games/planetblupi synced 2024-12-30 10:15:36 +01:00
This commit is contained in:
Mathieu Schroeter 2017-08-06 21:27:06 +02:00
parent 64c4730485
commit 3e0bce333e

View File

@ -463,21 +463,17 @@ void CDecor::BlupiSound (Sint32 rank, Sint32 sound, POINT pos, bool bStop)
}
// Sons associés à des actions.
static const Sint16 tableSound[] = {ACTION_BRULE,
SOUND_BRULE,
ACTION_TCHAO,
SOUND_TCHAO,
ACTION_MANGE,
SOUND_MANGE,
ACTION_BOIT,
SOUND_BOIT,
ACTION_GLISSE,
SOUND_GLISSE,
ACTION_R_CHARGE,
SOUND_R_CHARGE,
-1};
// clang-format off
static const Sint16 tableSound[] = {
ACTION_BRULE, SOUND_BRULE,
ACTION_TCHAO, SOUND_TCHAO,
ACTION_MANGE, SOUND_MANGE,
ACTION_BOIT, SOUND_BOIT,
ACTION_GLISSE, SOUND_GLISSE,
ACTION_R_CHARGE, SOUND_R_CHARGE,
-1
};
// clang-format on
// Effectue quelques initialisations pour une nouvelle action.
void CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct)