mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-19 00:15:30 +00:00
Talk data bugfix - create_lure was reading past the end of the talk data list
svn-id: r29604
This commit is contained in:
parent
b6fbe6ec4e
commit
78c1f8504a
@ -47,7 +47,7 @@ struct TalkDialogDetails {
|
||||
bool active;
|
||||
};
|
||||
|
||||
#define NUM_GIVE_TALK_IDS 7
|
||||
#define NUM_GIVE_TALK_IDS 6
|
||||
|
||||
class Resources {
|
||||
private:
|
||||
|
Loading…
x
Reference in New Issue
Block a user