aboutsummaryrefslogtreecommitdiff
path: root/saga/ite_introproc.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2004-04-28 23:19:45 +0000
committerEugene Sandulenko2004-04-28 23:19:45 +0000
commit4f25dbb45b5d7261231948702cb2a0664dbc729a (patch)
treea97c0d9b03d7a79c599e69ddb7b8d9c1bdfd8646 /saga/ite_introproc.cpp
parent1ad6498bd5a650a39e343e87b33e02afb21abbef (diff)
downloadscummvm-rg350-4f25dbb45b5d7261231948702cb2a0664dbc729a.tar.gz
scummvm-rg350-4f25dbb45b5d7261231948702cb2a0664dbc729a.tar.bz2
scummvm-rg350-4f25dbb45b5d7261231948702cb2a0664dbc729a.zip
Rename Snd object to SndRes
svn-id: r13665
Diffstat (limited to 'saga/ite_introproc.cpp')
-rw-r--r--saga/ite_introproc.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/saga/ite_introproc.cpp b/saga/ite_introproc.cpp
index 329a07f5f8..37ab1bc862 100644
--- a/saga/ite_introproc.cpp
+++ b/saga/ite_introproc.cpp
@@ -350,7 +350,7 @@ int ITE_IntroCave1Proc(int param, R_SCENE_INFO * scene_info)
q_event = EVENT_Chain(q_event, &event);
voice_len =
- _vm->_snd->getVoiceLength(IntroDiag[i].i_voice_rn);
+ _vm->_sndRes->getVoiceLength(IntroDiag[i].i_voice_rn);
if (voice_len < 0) {
voice_len = strlen(IntroDiag[i].i_str) *
VOICE_LETTERLEN;
@@ -470,7 +470,7 @@ int ITE_IntroCave2Proc(int param, R_SCENE_INFO * scene_info)
q_event = EVENT_Chain(q_event, &event);
voice_len =
- _vm->_snd->getVoiceLength(IntroDiag[i].i_voice_rn);
+ _vm->_sndRes->getVoiceLength(IntroDiag[i].i_voice_rn);
if (voice_len < 0) {
voice_len = strlen(IntroDiag[i].i_str) *
VOICE_LETTERLEN;
@@ -588,7 +588,7 @@ int ITE_IntroCave3Proc(int param, R_SCENE_INFO * scene_info)
q_event = EVENT_Chain(q_event, &event);
voice_len =
- _vm->_snd->getVoiceLength(IntroDiag[i].i_voice_rn);
+ _vm->_sndRes->getVoiceLength(IntroDiag[i].i_voice_rn);
if (voice_len < 0) {
voice_len = strlen(IntroDiag[i].i_str) *
VOICE_LETTERLEN;
@@ -705,7 +705,7 @@ int ITE_IntroCave4Proc(int param, R_SCENE_INFO * scene_info)
q_event = EVENT_Chain(q_event, &event);
voice_len =
- _vm->_snd->getVoiceLength(IntroDiag[i].i_voice_rn);
+ _vm->_sndRes->getVoiceLength(IntroDiag[i].i_voice_rn);
if (voice_len < 0) {
voice_len = strlen(IntroDiag[i].i_str) *
VOICE_LETTERLEN;