mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-18 16:03:05 +00:00
Correctly set hasTalkedTo.
svn-id: r11301
This commit is contained in:
parent
952f11fabc
commit
4f97603c9c
@ -333,10 +333,10 @@ void Talk::talk(const char *filename, int personInRoom, char *cutawayFilename) {
|
||||
}
|
||||
|
||||
if (_input->talkQuit()) {
|
||||
talkSelected()->hasTalkedTo = 1;
|
||||
// TODO: missing some code here!
|
||||
}
|
||||
else {
|
||||
// TODO: missing some code here!
|
||||
talkSelected()->hasTalkedTo = 1;
|
||||
}
|
||||
|
||||
_logic->joeFace();
|
||||
|
Loading…
x
Reference in New Issue
Block a user