Implemented the sfGetMouseClicks and sfResetMouseClicks opcodes and created the skeleton for sfScriptStartVideo, sfScriptReturnFromVideo and sfScriptEndVideo opcodes
svn-id: r27145
This commit is contained in:
parent
9e651592ec
commit
9b14f5faed
8 changed files with 84 additions and 8 deletions
|
@ -592,6 +592,7 @@ void Script::playfieldClick(const Point& mousePoint, bool leftButton) {
|
|||
const HitZone *hitZone;
|
||||
Point specialPoint;
|
||||
|
||||
_vm->incrementMouseClickCount();
|
||||
_vm->_actor->abortSpeech();
|
||||
|
||||
if ((_vm->_actor->_protagonist->_currentAction != kActionWait) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue