aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
authorLionel Ulmer2002-04-19 17:06:08 +0000
committerLionel Ulmer2002-04-19 17:06:08 +0000
commitf5a8c89eb3ba6cc579bf8654844ac8836ceaaa46 (patch)
treefefca17ff60857269d18d02bf4a322a820d2a20a /sound.cpp
parent3cf038930fa4e9366656d50426467433a56acc50 (diff)
downloadscummvm-rg350-f5a8c89eb3ba6cc579bf8654844ac8836ceaaa46.tar.gz
scummvm-rg350-f5a8c89eb3ba6cc579bf8654844ac8836ceaaa46.tar.bz2
scummvm-rg350-f5a8c89eb3ba6cc579bf8654844ac8836ceaaa46.zip
Fixed other warnings and removed ^M in costume.cpp.
svn-id: r4015
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.cpp b/sound.cpp
index 82592be4e5..54d3851d04 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -603,7 +603,7 @@ int Scumm::getCachedTrack(int track) {
struct mad_frame frame;
unsigned char buffer[8192];
unsigned int buflen = 0;
- int count = 0, result = 0;
+ int count = 0;
// See if we find the track in the cache
for (i=0; i<CACHE_TRACKS; i++)