diff options
-rw-r--r-- | v4/resource_v4.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v4/resource_v4.cpp b/v4/resource_v4.cpp index f2b897489e..64ba6c2255 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); |