SCUMM: improve verb and sentence handling
- execute sentence if verb was clicked twice - reuse the first object if a new verb is selected (but no preposition is used yet)
This commit is contained in:
parent
8392d23e6b
commit
e14bc5fd6d
2 changed files with 38 additions and 15 deletions
|
@ -97,6 +97,7 @@ protected:
|
|||
|
||||
virtual void runSentenceScript();
|
||||
virtual void checkAndRunSentenceScript();
|
||||
bool checkSentenceComplete();
|
||||
virtual void checkExecVerbs();
|
||||
virtual void handleMouseOver(bool updateInventory);
|
||||
int verbPrepIdType(int verbid);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue