aboutsummaryrefslogtreecommitdiff
path: root/gui
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-09 00:46:03 +0300
committerEugene Sandulenko2013-09-09 00:46:03 +0300
commit4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120 (patch)
treedd6f6b96fec3cd1df30f6a1efcf3a01882a1e43c /gui
parentfdafc7c39102dc0643537028755f0a89e347cb4d (diff)
downloadscummvm-rg350-4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120.tar.gz
scummvm-rg350-4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120.tar.bz2
scummvm-rg350-4c2dc5fb3ffbd557af3f6cfa210ab90c30d1a120.zip
RECORDER: Fix warning
Diffstat (limited to 'gui')
-rw-r--r--gui/EventRecorder.cpp2
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) {