mirror of
https://github.com/blupi-games/planetblupi
synced 2024-12-30 10:15:36 +01:00
Cosmetic
This commit is contained in:
parent
64c4730485
commit
3e0bce333e
@ -463,21 +463,17 @@ void CDecor::BlupiSound (Sint32 rank, Sint32 sound, POINT pos, bool bStop)
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Sons associés à des actions.
|
// Sons associés à des actions.
|
||||||
|
// clang-format off
|
||||||
static const Sint16 tableSound[] = {ACTION_BRULE,
|
static const Sint16 tableSound[] = {
|
||||||
SOUND_BRULE,
|
ACTION_BRULE, SOUND_BRULE,
|
||||||
ACTION_TCHAO,
|
ACTION_TCHAO, SOUND_TCHAO,
|
||||||
SOUND_TCHAO,
|
ACTION_MANGE, SOUND_MANGE,
|
||||||
ACTION_MANGE,
|
ACTION_BOIT, SOUND_BOIT,
|
||||||
SOUND_MANGE,
|
ACTION_GLISSE, SOUND_GLISSE,
|
||||||
ACTION_BOIT,
|
ACTION_R_CHARGE, SOUND_R_CHARGE,
|
||||||
SOUND_BOIT,
|
-1
|
||||||
ACTION_GLISSE,
|
};
|
||||||
SOUND_GLISSE,
|
// clang-format on
|
||||||
ACTION_R_CHARGE,
|
|
||||||
SOUND_R_CHARGE,
|
|
||||||
-1};
|
|
||||||
|
|
||||||
// Effectue quelques initialisations pour une nouvelle action.
|
// Effectue quelques initialisations pour une nouvelle action.
|
||||||
|
|
||||||
void CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct)
|
void CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user