summaryrefslogtreecommitdiff
path: root/src/sound.h
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-10 22:23:27 +0100
committerThorbjørn Lindeijer <thorbjorn@lindeijer.nl>2012-02-10 23:38:46 +0100
commit3b022084c6d661276b3a5f5151e2bfbf6201cb98 (patch)
tree85c4064a2c22db1267c4678ff2ebf6599e1c14e8 /src/sound.h
parentb89a8e3e6a2d31d886e31383a4add186f0fa3680 (diff)
downloadMana-3b022084c6d661276b3a5f5151e2bfbf6201cb98.tar.gz
Mana-3b022084c6d661276b3a5f5151e2bfbf6201cb98.tar.bz2
Mana-3b022084c6d661276b3a5f5151e2bfbf6201cb98.tar.xz
Mana-3b022084c6d661276b3a5f5151e2bfbf6201cb98.zip
Arbitrary small code cleanups
Reviewed-by: Erik Schilling
Diffstat (limited to 'src/sound.h')
-rw-r--r--src/sound.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.h b/src/sound.h
index 9f57ffb9..dd368f84 100644
--- a/src/sound.h
+++ b/src/sound.h
@@ -94,7 +94,7 @@ class Sound
void setSfxVolume(int volume);
/**
- * Plays an item.
+ * Plays a sound at the specified location.
*
* @param path The resource path to the sound file.
* @param x The vertical distance of the sound in pixels.