aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2007-11-22 10:09:26 +0000
committerPaul Gilbert2007-11-22 10:09:26 +0000
commitb6fbe6ec4ef8ec17875b89d50fffd550ba94d787 (patch)
treee6ce7b9b3685359d5575b50d5caf7b45a6a74033 /engines/lure/res.cpp
parenta03f51893c9ad47d6c96aab684d810067d09390b (diff)
downloadscummvm-rg350-b6fbe6ec4ef8ec17875b89d50fffd550ba94d787.tar.gz
scummvm-rg350-b6fbe6ec4ef8ec17875b89d50fffd550ba94d787.tar.bz2
scummvm-rg350-b6fbe6ec4ef8ec17875b89d50fffd550ba94d787.zip
Changed animation constants to clarify standard indexes versus custom voice bubble Ids
svn-id: r29603
Diffstat (limited to 'engines/lure/res.cpp')
-rw-r--r--engines/lure/res.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/res.cpp b/engines/lure/res.cpp
index 40d8c4cc3c..eb68be7598 100644
--- a/engines/lure/res.cpp
+++ b/engines/lure/res.cpp
@@ -498,7 +498,7 @@ void Resources::setTalkingCharacter(uint16 id) {
assert(character);
// Add the special "voice" animation above the character
- Hotspot *hotspot = new Hotspot(character, VOICE_ANIM_INDEX);
+ Hotspot *hotspot = new Hotspot(character, VOICE_ANIM_IDX);
addHotspot(hotspot);
}
}