diff options
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 |