aboutsummaryrefslogtreecommitdiff
path: root/saga/sndres.cpp
diff options
context:
space:
mode:
authorPaweł Kołodziejski2004-10-16 20:38:37 +0000
committerPaweł Kołodziejski2004-10-16 20:38:37 +0000
commitc9a552bebcfd97907237654a308a0be55c9dc5e6 (patch)
treec0ba99c1a86a4cb702da081ed3b787f264d2c554 /saga/sndres.cpp
parent2337d924ce3c9513a1f2e11fa2f63f5eaaa75ee4 (diff)
downloadscummvm-rg350-c9a552bebcfd97907237654a308a0be55c9dc5e6.tar.gz
scummvm-rg350-c9a552bebcfd97907237654a308a0be55c9dc5e6.tar.bz2
scummvm-rg350-c9a552bebcfd97907237654a308a0be55c9dc5e6.zip
fixed warnings
svn-id: r15574
Diffstat (limited to 'saga/sndres.cpp')
-rw-r--r--saga/sndres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/saga/sndres.cpp b/saga/sndres.cpp
index a4942fecce..ef69ebe9bc 100644
--- a/saga/sndres.cpp
+++ b/saga/sndres.cpp
@@ -232,7 +232,7 @@ int SndRes::loadVocSound(byte *snd_res, size_t snd_res_len, R_SOUNDBUFFER *snd_b
int SndRes::getVoiceLength(uint32 voice_rn) {
int res_type = _snd_info.res_type;
- uint32 length;
+ uint32 length = 0;
double ms_f;
int ms_i = -1;