diff options
author | Eugene Sandulenko | 2013-09-09 00:46:03 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2013-09-09 00:46:03 +0300 |
commit | 4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120 (patch) | |
tree | dd6f6b96fec3cd1df30f6a1efcf3a01882a1e43c /gui/EventRecorder.cpp | |
parent | fdafc7c39102dc0643537028755f0a89e347cb4d (diff) | |
download | scummvm-rg350-4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120.tar.gz scummvm-rg350-4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120.tar.bz2 scummvm-rg350-4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120.zip |
RECORDER: Fix warning
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) { |