aboutsummaryrefslogtreecommitdiff
path: root/engines/director/lingo
diff options
context:
space:
mode:
authorTobia Tesan2017-06-21 10:38:54 +0200
committerEugene Sandulenko2017-07-05 08:35:33 +0200
commit348edec17606c9412ed23efefad36c76c7feac03 (patch)
treeb77c2fb89b3dd8a503264f5bb3a06ac3ddf0475c /engines/director/lingo
parent2ae7d9f86bb5956fd0705d413f29dcfa6878b1a8 (diff)
downloadscummvm-rg350-348edec17606c9412ed23efefad36c76c7feac03.tar.gz
scummvm-rg350-348edec17606c9412ed23efefad36c76c7feac03.tar.bz2
scummvm-rg350-348edec17606c9412ed23efefad36c76c7feac03.zip
DIRECTOR: Make 3-ary processEvent private
Diffstat (limited to 'engines/director/lingo')
-rw-r--r--engines/director/lingo/lingo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo.h b/engines/director/lingo/lingo.h
index 9a425f697c..6cf7ceb923 100644
--- a/engines/director/lingo/lingo.h
+++ b/engines/director/lingo/lingo.h
@@ -199,11 +199,11 @@ private:
void processGenericEvent(LEvent event);
void runMovieScript(LEvent event);
void processSpriteEvent(LEvent event);
+ void processEvent(LEvent event, ScriptType st, int entityId);
public:
ScriptType event2script(LEvent ev);
Symbol *getHandler(Common::String &name);
- void processEvent(LEvent event, ScriptType st, int entityId);
void processEvent(LEvent event);
public: