Implemented the sfGetMouseClicks and sfResetMouseClicks opcodes and created the skeleton for sfScriptStartVideo, sfScriptReturnFromVideo and sfScriptEndVideo opcodes

svn-id: r27145
This commit is contained in:
Filippos Karapetis 2007-06-06 19:46:10 +00:00
parent 9e651592ec
commit 9b14f5faed
8 changed files with 84 additions and 8 deletions

View file

@ -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) &&