summaryrefslogtreecommitdiffstats
path: root/src/sound/sound.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound/sound.h')
-rw-r--r--src/sound/sound.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 360f0de..1fd79c3 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -48,7 +48,7 @@
**/
enum Sound
{
- SOUND_NONE = -1,
+ SOUND_NONE = -1,
SOUND_CLICK = 0,
SOUND_BOUM = 1,
SOUND_EXPLO = 2,
@@ -183,7 +183,7 @@ class CSoundInterface
CacheMusic("music010.ogg");
CacheMusic("music011.ogg");
};
-
+
/** Function called to cache sound effect file.
* This function is called by plugin interface for each file.
* \param bSound - id of a file, will be used to identify sound files