Zak256 charset support... Ego text doesn't work, someone else want to take a look? Verb console draws.
svn-id: r3599
This commit is contained in:
parent
589ef2fdc8
commit
ca5ca4a74e
3 changed files with 63 additions and 22 deletions
|
@ -524,7 +524,11 @@ void Scumm::loadCharset(int no) {
|
|||
openRoom(98+no);
|
||||
else
|
||||
openRoom(900+no);
|
||||
size = fileReadDword();
|
||||
|
||||
if (_features & GF_OLD256)
|
||||
size = fileReadWordLE();
|
||||
else
|
||||
size = fileReadDword();
|
||||
fileRead(_fileHandle, createResource(6, no, size), size);
|
||||
openRoom(-1);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue