| CODENOTIFIER | HelpYou are not signed inSign in |
Project: ScummVM
Revision: 34750
Author: fingolfin
Date: 05 Oct 2008 08:18:16
Changes:Diff:| ... | ...@@ -146,10 +146,10 @@ | |
| 146 | 146 | _currArchive.seek(tmp_pos, SEEK_SET); |
| 147 | 147 | id = _currArchive.readByte(); |
| 148 | 148 | while (tmp_pos < end_pos) { |
| 149 | if (id == HEADER_ID_LO) | |
| 149 | if (id == HEADER_ID_LO) { | |
| 150 | 150 | if ((id = _currArchive.readByte()) == HEADER_ID_HI) |
| 151 | 151 | break; |
| 152 | else | |
| 152 | } else | |
| 153 | 153 | id = _currArchive.readByte(); |
| 154 | 154 | tmp_pos++; |
| 155 | 155 | } |