From 9b6949c8f6d98cc44734e0d43669b3dbd54f7c82 Mon Sep 17 00:00:00 2001 From: Mathieu Schroeter Date: Fri, 8 Feb 2019 22:32:49 +0100 Subject: Cosmetic --- src/decblupi.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/decblupi.cxx b/src/decblupi.cxx index e29513a..477f8a8 100644 --- a/src/decblupi.cxx +++ b/src/decblupi.cxx @@ -200,7 +200,7 @@ void CDecor::BlupiDelete (Sint32 rank) { m_blupi[rank].bExist = false; - this->m_pSound->StopSound(true, rank); + this->m_pSound->StopSound (true, rank); if ( !m_bBuild && // phase de jeu ? @@ -237,7 +237,7 @@ CDecor::BlupiKill (Sint32 exRank, Point cel, Sint32 type) if (type == 0) // explosion ? { m_blupi[rank].bExist = false; // mort instantannée - this->m_pSound->StopSound(true, rank); + this->m_pSound->StopSound (true, rank); } if (type == 1) // électro ? -- cgit v1.2.3