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

Cosmetic: fix indent

This commit is contained in:
Mathieu Schroeter 2017-08-13 07:47:03 +02:00
parent 19329c0d63
commit bf8dcd1c9e

View File

@ -463,19 +463,15 @@ void CDecor::BlupiSound (Sint32 rank, Sounds sound, POINT pos, bool bStop)
}
// Sons associés à des actions.
// clang-format off
static const struct {
Sint16 action;
Sounds sound;
Sint16 action;
Sounds sound;
} tableSound[] = {
{ACTION_BURN, SOUND_BURN},
{ACTION_TCHAO, SOUND_TCHAO},
{ACTION_EAT, SOUND_EAT},
{ACTION_DRINK, SOUND_DRINK},
{ACTION_SLIDE, SOUND_SLIDE},
{ACTION_R_LOAD, SOUND_R_LOAD},
{ACTION_BURN, SOUND_BURN}, {ACTION_TCHAO, SOUND_TCHAO},
{ACTION_EAT, SOUND_EAT}, {ACTION_DRINK, SOUND_DRINK},
{ACTION_SLIDE, SOUND_SLIDE}, {ACTION_R_LOAD, SOUND_R_LOAD},
};
// clang-format on
// Effectue quelques initialisations pour une nouvelle action.
void CDecor::BlupiInitAction (Sint32 rank, Sint32 action, Sint32 direct)