diff options
| author | Johannes Schickel | 2010-12-22 14:23:22 +0000 |
|---|---|---|
| committer | Johannes Schickel | 2010-12-22 14:23:22 +0000 |
| commit | c309bbde28a70a23a4d0199244f6db574d7c7189 (patch) | |
| tree | 0e3fd3e71e89194be9f7af73e284104791b37729 | |
| parent | 1d98bf484e04fb3660c36064af4a30bb3bc9df7c (diff) | |
| download | scummvm-rg350-c309bbde28a70a23a4d0199244f6db574d7c7189.tar.gz scummvm-rg350-c309bbde28a70a23a4d0199244f6db574d7c7189.tar.bz2 scummvm-rg350-c309bbde28a70a23a4d0199244f6db574d7c7189.zip | |
HUGO: Slight formatting fix.
svn-id: r55008
| -rw-r--r-- | engines/hugo/sound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/sound.h b/engines/hugo/sound.h index 1e654e0587..0a0b99a859 100644 --- a/engines/hugo/sound.h +++ b/engines/hugo/sound.h @@ -56,7 +56,7 @@ public: void adjustVolume(int diff); void setChannelVolume(int channel); void setVolume(int volume); - void syncVolume(); + void syncVolume(); int getVolume() const { return _masterVolume; } void setLooping(bool loop) { _isLooping = loop; } |
