fix for #556444 (MI1: German sz ligature)

svn-id: r4546
This commit is contained in:
Max Horn 2002-07-15 12:04:09 +00:00
parent db824b6393
commit cbfcd455ee

View File

@ -33,7 +33,7 @@ void Scumm_v4::loadCharset(int no)
openRoom(900 + no);
size = fileReadDwordLE();
size = fileReadDwordLE() + 11;
fileRead(_fileHandle, createResource(6, no, size), size);
openRoom(-1);