aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJohannes Schickel2009-08-19 20:12:04 +0000
committerJohannes Schickel2009-08-19 20:12:04 +0000
commita491107ee40347f6acb8db319105a2fa85663e50 (patch)
treee20aac27f94406ce416a7787bb14af67ef8530da /common
parent4673e94c6fb93441ab5ebe9c3cb7d567cc9f7738 (diff)
downloadscummvm-rg350-a491107ee40347f6acb8db319105a2fa85663e50.tar.gz
scummvm-rg350-a491107ee40347f6acb8db319105a2fa85663e50.tar.bz2
scummvm-rg350-a491107ee40347f6acb8db319105a2fa85663e50.zip
Initialize EventRecorder to passthrough mode in the constructor.
svn-id: r43545
Diffstat (limited to 'common')
-rw-r--r--common/EventRecorder.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/EventRecorder.cpp b/common/EventRecorder.cpp
index 3d5eee3e52..57ab475f4a 100644
--- a/common/EventRecorder.cpp
+++ b/common/EventRecorder.cpp
@@ -100,6 +100,7 @@ EventRecorder::EventRecorder() {
_lastEventCount = 0;
_lastMillis = 0;
+ _recordMode = kPassthrough;
}
EventRecorder::~EventRecorder() {