From b065007c8f7cd7ca55c1878080d24ade4758ad61 Mon Sep 17 00:00:00 2001 From: dhewg Date: Tue, 29 Mar 2011 22:13:31 +0200 Subject: COMMON: Unbreak EventRecorder a little --- common/EventRecorder.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/EventRecorder.cpp b/common/EventRecorder.cpp index d61fe0fe45..1dedbb5059 100644 --- a/common/EventRecorder.cpp +++ b/common/EventRecorder.cpp @@ -144,7 +144,6 @@ void EventRecorder::init() { } uint32 sign; - //uint32 version; uint32 randomSourceCount; if (_recordMode == kRecorderPlayback) { _playbackCount = 0; @@ -168,7 +167,8 @@ void EventRecorder::init() { if (sign != RECORD_SIGNATURE) { error("Unknown record file signature"); } - //version = _playbackFile->readUint32LE(); + + _playbackFile->readUint32LE(); // version // conf vars ConfMan.setBool("subtitles", _playbackFile->readByte() != 0); -- cgit v1.2.3