summaryrefslogtreecommitdiff
path: root/src/decblupi.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/decblupi.cxx')
-rw-r--r--src/decblupi.cxx4
1 files 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 ?