diff options
author | Max Horn | 2003-05-31 17:29:47 +0000 |
---|---|---|
committer | Max Horn | 2003-05-31 17:29:47 +0000 |
commit | 1d47bfa7cdaf8355a3b51d31654e4f622c6cdfa9 (patch) | |
tree | e9ae98057b65b15884652773d613bd862b37befe /scumm | |
parent | 9a56d08fe81479d0a380238570fdc4fa569df210 (diff) | |
download | scummvm-rg350-1d47bfa7cdaf8355a3b51d31654e4f622c6cdfa9.tar.gz scummvm-rg350-1d47bfa7cdaf8355a3b51d31654e4f622c6cdfa9.tar.bz2 scummvm-rg350-1d47bfa7cdaf8355a3b51d31654e4f622c6cdfa9.zip |
fixed warning
svn-id: r8188
Diffstat (limited to 'scumm')
-rw-r--r-- | scumm/player_v2.cpp | 1 |
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 |