summaryrefslogtreecommitdiffstats
path: root/src/sound
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2013-05-01 12:47:06 +0200
committerkrzys-h <krzys_h@interia.pl>2013-05-01 12:47:06 +0200
commit293376b82d8fa313b17685b73c110a33123f9077 (patch)
tree33af33e994a07655cdf21cc8602078039a4fd5ae /src/sound
parentf419293207fe27113fb16daebec959e94a30dbee (diff)
downloadcolobot-293376b82d8fa313b17685b73c110a33123f9077.tar.gz
colobot-293376b82d8fa313b17685b73c110a33123f9077.tar.bz2
colobot-293376b82d8fa313b17685b73c110a33123f9077.zip
Removed sound081.wav
It wasn't used in Colobot and caused errors because we removed it from data package.
Diffstat (limited to 'src/sound')
-rw-r--r--src/sound/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound/sound.h b/src/sound/sound.h
index 11eca89..0148242 100644
--- a/src/sound/sound.h
+++ b/src/sound/sound.h
@@ -130,7 +130,7 @@ enum Sound
SOUND_FIREp = 78, /*!< shooting with phazer */
SOUND_EXPLOg1 = 79, /*!< impact gun 1 */
SOUND_EXPLOg2 = 80, /*!< impact gun 2 */
- SOUND_MOTORd = 81, /*!< engine friction */
+// SOUND_MOTORd = 81, /*!< engine friction */
};