Now it is possible to lead a conversation with use of keys (1-4).
Things which are missing: (a) mouse support due to incomplete interface implementation (b) arrows do not pop up by same reason mentioned above (c) scrolling does not work (d) kReplyOnce flag is missing due to wrong threads memory implementation svn-id: r16589
This commit is contained in:
parent
dab894fdd4
commit
a5c87d3620
3 changed files with 21 additions and 2 deletions
|
@ -940,8 +940,7 @@ void Interface::converseSetPos(int key) {
|
|||
|
||||
ct = &_converseText[_conversePos];
|
||||
|
||||
//finishDialog( ct->replyID, ct->replyFlags, ct->replyBit );
|
||||
// FIXME: TODO: finish dialog thread
|
||||
_vm->_script->finishDialog(ct->replyId, ct->replyFlags, ct->replyBit);
|
||||
|
||||
// FIXME: TODO: Puzzle
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue