COMMON: Unbreak EventRecorder a little

This commit is contained in:
dhewg 2011-03-29 22:13:31 +02:00
parent d83a83ef50
commit b065007c8f

View file

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