RECORDER: Added stub for delayMillis() processing

This commit is contained in:
Eugene Sandulenko 2011-08-06 11:25:51 +01:00
parent 1e45c32558
commit baf65bc872
3 changed files with 9 additions and 1 deletions

View file

@ -304,6 +304,10 @@ void EventRecorder::processMillis(uint32 &millis) {
g_system->unlockMutex(_timeMutex);
}
bool EventRecorder::processDelayMillis(uint32 &msecs) {
return false;
}
bool EventRecorder::notifyEvent(const Event &ev) {
if (_recordMode != kRecorderRecord)
return false;