diff options
| author | RichieSams | 2013-09-16 00:46:19 -0500 |
|---|---|---|
| committer | RichieSams | 2013-09-16 00:46:19 -0500 |
| commit | b5c762168edd83a6c5e1b442aee728150b447d98 (patch) | |
| tree | 10e419dfaf4fabf75b1458c13383efadad348bd4 /gui/EventRecorder.cpp | |
| parent | a0a67a2d470816b13bab10371494652d77b23611 (diff) | |
| parent | 914535a460aa3b3f23bf3ce807619ba388e14135 (diff) | |
| download | scummvm-rg350-b5c762168edd83a6c5e1b442aee728150b447d98.tar.gz scummvm-rg350-b5c762168edd83a6c5e1b442aee728150b447d98.tar.bz2 scummvm-rg350-b5c762168edd83a6c5e1b442aee728150b447d98.zip | |
Merge branch 'master' into zvision
Diffstat (limited to 'gui/EventRecorder.cpp')
| -rw-r--r-- | gui/EventRecorder.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/EventRecorder.cpp b/gui/EventRecorder.cpp index 21152dd079..71f66911e9 100644 --- a/gui/EventRecorder.cpp +++ b/gui/EventRecorder.cpp @@ -481,6 +481,8 @@ Common::List<Common::Event> EventRecorder::mapEvent(const Common::Event &ev, Com default: return Common::DefaultEventMapper::mapEvent(ev, source); } + + return Common::DefaultEventMapper::mapEvent(ev, source); } void EventRecorder::setGameMd5(const ADGameDescription *gameDesc) { |
