RECORDER: Fix warning

This commit is contained in:
Eugene Sandulenko 2013-09-09 00:46:03 +03:00
parent fdafc7c391
commit 4c2dc5fb3f

View File

@ -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) {