diff options
Diffstat (limited to 'engines/scumm/file_nes.cpp')
| -rw-r--r-- | engines/scumm/file_nes.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engines/scumm/file_nes.cpp b/engines/scumm/file_nes.cpp index 0caf63b410..cd761db81a 100644 --- a/engines/scumm/file_nes.cpp +++ b/engines/scumm/file_nes.cpp @@ -1077,7 +1077,7 @@ uint16 ScummNESFile::extractResource(Common::WriteStream *output, const Resource  	case NES_PREPLIST:  		len = res->length; -                reslen += write_word(output, 0x002A); +		reslen += write_word(output, 0x002A);  		reslen += write_byte(output, ' ');  		for (i = 1; i < 8; i++) | 
