aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2a.cpp
diff options
context:
space:
mode:
authorTorbjörn Andersson2005-03-23 10:17:52 +0000
committerTorbjörn Andersson2005-03-23 10:17:52 +0000
commitde1ed636560e938494a9d41a9a48e3cefd73ba94 (patch)
tree1aa02198c7e1ae6506eb865bdaddab2f1f58c9b2 /scumm/player_v2a.cpp
parent400d9f1ed18d943ea98ce5553e0f7d56487e48ed (diff)
downloadscummvm-rg350-de1ed636560e938494a9d41a9a48e3cefd73ba94.tar.gz
scummvm-rg350-de1ed636560e938494a9d41a9a48e3cefd73ba94.tar.bz2
scummvm-rg350-de1ed636560e938494a9d41a9a48e3cefd73ba94.zip
Fixed compilation error. (GCC complained about a multi-line comment.)
svn-id: r17206
Diffstat (limited to 'scumm/player_v2a.cpp')
-rw-r--r--scumm/player_v2a.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/player_v2a.cpp b/scumm/player_v2a.cpp
index ce1daa825b..e37327cff8 100644
--- a/scumm/player_v2a.cpp
+++ b/scumm/player_v2a.cpp
@@ -609,7 +609,7 @@ private:
uint8 _curvol;
};
-// intermittently plays two looped waveforms for a specific duration\
+// intermittently plays two looped waveforms for a specific duration
// used for ringing telephones
class V2A_Sound_Special_ManiacPhone : public V2A_Sound_Base<2> {
public: