diff --git a/v4/resource_v4.cpp b/v4/resource_v4.cpp index f2b897489e0..64ba6c22558 100644 --- a/v4/resource_v4.cpp +++ b/v4/resource_v4.cpp @@ -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);