aboutsummaryrefslogtreecommitdiff
path: root/engines/lure/res_struct.h
diff options
context:
space:
mode:
authorPaul Gilbert2006-08-07 13:26:30 +0000
committerPaul Gilbert2006-08-07 13:26:30 +0000
commitea90eb0699f842adab48e6b479b9f0ef8d8c7e54 (patch)
tree7f9c75cbc52b4196ea74e9dfcaae853e327e1dc8 /engines/lure/res_struct.h
parentb1dbf7328fc00a5e3d4f092d7351c9d0e2bdcf63 (diff)
downloadscummvm-rg350-ea90eb0699f842adab48e6b479b9f0ef8d8c7e54.tar.gz
scummvm-rg350-ea90eb0699f842adab48e6b479b9f0ef8d8c7e54.tar.bz2
scummvm-rg350-ea90eb0699f842adab48e6b479b9f0ef8d8c7e54.zip
Renamed hotspot talking destination character field to make it's use clearer
svn-id: r23695
Diffstat (limited to 'engines/lure/res_struct.h')
-rw-r--r--engines/lure/res_struct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/lure/res_struct.h b/engines/lure/res_struct.h
index 88582e2222..6519e31262 100644
--- a/engines/lure/res_struct.h
+++ b/engines/lure/res_struct.h
@@ -421,7 +421,7 @@ public:
BlockedState blockedState;
bool coveredFlag;
uint16 talkMessageId;
- uint16 talkDestHotspot;
+ uint16 talkDestCharacterId;
uint16 talkCountdown;
uint16 pauseCtr;
uint16 useHotspotId;