khaleks fix for indy3/zak fonts.
svn-id: r3791
This commit is contained in:
parent
3b7018579b
commit
1e5b130846
4 changed files with 47 additions and 7 deletions
|
@ -804,7 +804,7 @@ FixRoom:
|
|||
}
|
||||
}
|
||||
|
||||
const short int bit_table[16] =
|
||||
const int bit_table[16] =
|
||||
{1,2,4,8,0x10,0x20,0x40,0x80,0x100,0x200,0x400,0x800,0x1000,0x2000,0x4000,0x8000};
|
||||
|
||||
|
||||
|
@ -1342,8 +1342,8 @@ void Scumm::o5_getVerbEntrypoint() {
|
|||
}
|
||||
|
||||
void Scumm::o5_ifClassOfIs() {
|
||||
int act,cls;
|
||||
bool cond = true, b;
|
||||
int act,cls, b;
|
||||
bool cond = true;
|
||||
byte *oldClass;
|
||||
|
||||
act = getVarOrDirectWord(0x80);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue