summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Schroeter <mathieu@schroetersa.ch>2019-02-08 22:32:49 +0100
committerMathieu Schroeter <mathieu@schroetersa.ch>2019-02-08 22:32:49 +0100
commit9b6949c8f6d98cc44734e0d43669b3dbd54f7c82 (patch)
tree083399fe2ccef03e1a213ca116e9f9cf0778ab52
parent9cf3de94624b812b3aaebe59115802f5f86cc559 (diff)
Cosmetic
-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 ?