aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTobia Tesan2017-06-21 00:26:19 +0200
committerEugene Sandulenko2017-07-05 08:35:33 +0200
commit5a4942b6c595d79d9aab6deef3552cbbeeeb2c2b (patch)
tree4979c0f23c07a1e6f31338664fe8750d2ceaf17c /engines
parent3059c95abd3944e6e628a32238dca1aeefecadbc (diff)
downloadscummvm-rg350-5a4942b6c595d79d9aab6deef3552cbbeeeb2c2b.tar.gz
scummvm-rg350-5a4942b6c595d79d9aab6deef3552cbbeeeb2c2b.tar.bz2
scummvm-rg350-5a4942b6c595d79d9aab6deef3552cbbeeeb2c2b.zip
DIRECTOR: Remove "primary event handler" comment
According to D4 manual only mouse/key/timeout event can have primary handler
Diffstat (limited to 'engines')
-rw-r--r--engines/director/lingo/lingo-events.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/director/lingo/lingo-events.cpp b/engines/director/lingo/lingo-events.cpp
index 15595b53ee..f92ca8ec36 100644
--- a/engines/director/lingo/lingo-events.cpp
+++ b/engines/director/lingo/lingo-events.cpp
@@ -234,7 +234,6 @@ void Lingo::processFrameEvent(LEvent event) {
}
void Lingo::processGenericEvent(LEvent event) {
- // Primary Event handler
// Movie Script
}