diff options
author | Torbjörn Andersson | 2005-03-23 10:17:52 +0000 |
---|---|---|
committer | Torbjörn Andersson | 2005-03-23 10:17:52 +0000 |
commit | de1ed636560e938494a9d41a9a48e3cefd73ba94 (patch) | |
tree | 1aa02198c7e1ae6506eb865bdaddab2f1f58c9b2 | |
parent | 400d9f1ed18d943ea98ce5553e0f7d56487e48ed (diff) | |
download | scummvm-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
-rw-r--r-- | scumm/player_v2a.cpp | 2 |
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: |