mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 14:51:40 +00:00
parent
db824b6393
commit
cbfcd455ee
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user