diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sound.h b/src/sound.h index bfb3837b..b619ab6b 100644 --- a/src/sound.h +++ b/src/sound.h @@ -86,8 +86,8 @@ class Sound * Plays an item. * * @param path The resource path to the sound file. - * @param x The vertical distance of the sound in tiles. - * @param y The horizontal distance of the sound in tiles. + * @param x The vertical distance of the sound in pixels. + * @param y The horizontal distance of the sound in pixels. */ void playSfx(const std::string &path, int x = 0, int y = 0); |