diff options
author | Johannes Schickel | 2009-08-19 20:12:04 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-08-19 20:12:04 +0000 |
commit | a491107ee40347f6acb8db319105a2fa85663e50 (patch) | |
tree | e20aac27f94406ce416a7787bb14af67ef8530da /common | |
parent | 4673e94c6fb93441ab5ebe9c3cb7d567cc9f7738 (diff) | |
download | scummvm-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.cpp | 1 |
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() { |