aboutsummaryrefslogtreecommitdiff
path: root/scumm/player_v2.cpp
diff options
context:
space:
mode:
authorMax Horn2003-05-31 17:29:47 +0000
committerMax Horn2003-05-31 17:29:47 +0000
commit1d47bfa7cdaf8355a3b51d31654e4f622c6cdfa9 (patch)
treee9ae98057b65b15884652773d613bd862b37befe /scumm/player_v2.cpp
parent9a56d08fe81479d0a380238570fdc4fa569df210 (diff)
downloadscummvm-rg350-1d47bfa7cdaf8355a3b51d31654e4f622c6cdfa9.tar.gz
scummvm-rg350-1d47bfa7cdaf8355a3b51d31654e4f622c6cdfa9.tar.bz2
scummvm-rg350-1d47bfa7cdaf8355a3b51d31654e4f622c6cdfa9.zip
fixed warning
svn-id: r8188
Diffstat (limited to 'scumm/player_v2.cpp')
-rw-r--r--scumm/player_v2.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/player_v2.cpp b/scumm/player_v2.cpp
index 960c236c4d..a07524ec93 100644
--- a/scumm/player_v2.cpp
+++ b/scumm/player_v2.cpp
@@ -859,7 +859,6 @@ void Player_V2::squareGenerator(int channel, int freq, int vol,
void Player_V2::generateSpkSamples(int16 *data, int len) {
int winning_channel = -1;
- int freq;
for (int i = 0; i < 4; i++) {
if (winning_channel == -1
&& channels[i].d.volume